microsoft.dynamics.crm.entity.set.Ggw_crews 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.set;
import com.github.davidmoten.odata.client.ContextPath;
import microsoft.dynamics.crm.entity.collection.request.Ggw_crewCollectionRequest;
public final class Ggw_crews extends Ggw_crewCollectionRequest {
public Ggw_crews(ContextPath contextPath) {
super(contextPath);
}
public Systemusers createdby() {
return new Systemusers(contextPath.addSegment("createdby"));
}
public Systemusers createdonbehalfby() {
return new Systemusers(contextPath.addSegment("createdonbehalfby"));
}
public Asyncoperations ggw_crew_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("ggw_crew_AsyncOperations"));
}
public Bulkdeletefailures ggw_crew_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("ggw_crew_BulkDeleteFailures"));
}
public Duplicaterecords ggw_crew_DuplicateBaseRecord() {
return new Duplicaterecords(contextPath.addSegment("ggw_crew_DuplicateBaseRecord"));
}
public Duplicaterecords ggw_crew_DuplicateMatchingRecord() {
return new Duplicaterecords(contextPath.addSegment("ggw_crew_DuplicateMatchingRecord"));
}
public Mailboxtrackingfolders ggw_crew_MailboxTrackingFolders() {
return new Mailboxtrackingfolders(contextPath.addSegment("ggw_crew_MailboxTrackingFolders"));
}
public Principalobjectattributeaccessset ggw_crew_PrincipalObjectAttributeAccesses() {
return new Principalobjectattributeaccessset(contextPath.addSegment("ggw_crew_PrincipalObjectAttributeAccesses"));
}
public Processsessions ggw_crew_ProcessSession() {
return new Processsessions(contextPath.addSegment("ggw_crew_ProcessSession"));
}
public Syncerrors ggw_crew_SyncErrors() {
return new Syncerrors(contextPath.addSegment("ggw_crew_SyncErrors"));
}
public Ggw_teams ggw_ggw_crew_ggw_team() {
return new Ggw_teams(contextPath.addSegment("ggw_ggw_crew_ggw_team"));
}
public Ggw_team_applications ggw_ggw_crew_ggw_team_application() {
return new Ggw_team_applications(contextPath.addSegment("ggw_ggw_crew_ggw_team_application"));
}
public Systemusers modifiedby() {
return new Systemusers(contextPath.addSegment("modifiedby"));
}
public Systemusers modifiedonbehalfby() {
return new Systemusers(contextPath.addSegment("modifiedonbehalfby"));
}
public Owners ownerid() {
return new Owners(contextPath.addSegment("ownerid"));
}
public Businessunits owningbusinessunit() {
return new Businessunits(contextPath.addSegment("owningbusinessunit"));
}
public Teams owningteam() {
return new Teams(contextPath.addSegment("owningteam"));
}
public Systemusers owninguser() {
return new Systemusers(contextPath.addSegment("owninguser"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy