microsoft.dynamics.crm.entity.request.TeamsyncattributemappingprofilesRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-client-microsoft-dynamics Show documentation
Show all versions of odata-client-microsoft-dynamics Show documentation
Java client as template for Microsoft Dynamics organisation endpoints
package microsoft.dynamics.crm.entity.request;
import com.fasterxml.jackson.annotation.JsonIgnoreType;
import com.github.davidmoten.odata.client.ContextPath;
import com.github.davidmoten.odata.client.EntityRequest;
import microsoft.dynamics.crm.entity.Teamsyncattributemappingprofiles;
import microsoft.dynamics.crm.schema.SchemaInfo;
@JsonIgnoreType
public class TeamsyncattributemappingprofilesRequest extends EntityRequest {
public TeamsyncattributemappingprofilesRequest(ContextPath contextPath) {
super(Teamsyncattributemappingprofiles.class, contextPath, SchemaInfo.INSTANCE);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy