microsoft.dynamics.crm.entity.set.Ggw_team_applications 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_team_applicationCollectionRequest;
public final class Ggw_team_applications extends Ggw_team_applicationCollectionRequest {
public Ggw_team_applications(ContextPath contextPath) {
super(contextPath);
}
public Systemusers createdby() {
return new Systemusers(contextPath.addSegment("createdby"));
}
public Systemusers createdonbehalfby() {
return new Systemusers(contextPath.addSegment("createdonbehalfby"));
}
public Ggw_crews ggw_CrewId() {
return new Ggw_crews(contextPath.addSegment("ggw_CrewId"));
}
public Asyncoperations ggw_team_application_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("ggw_team_application_AsyncOperations"));
}
public Bulkdeletefailures ggw_team_application_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("ggw_team_application_BulkDeleteFailures"));
}
public Duplicaterecords ggw_team_application_DuplicateBaseRecord() {
return new Duplicaterecords(contextPath.addSegment("ggw_team_application_DuplicateBaseRecord"));
}
public Duplicaterecords ggw_team_application_DuplicateMatchingRecord() {
return new Duplicaterecords(contextPath.addSegment("ggw_team_application_DuplicateMatchingRecord"));
}
public Mailboxtrackingfolders ggw_team_application_MailboxTrackingFolders() {
return new Mailboxtrackingfolders(contextPath.addSegment("ggw_team_application_MailboxTrackingFolders"));
}
public Principalobjectattributeaccessset ggw_team_application_PrincipalObjectAttributeAccesses() {
return new Principalobjectattributeaccessset(contextPath.addSegment("ggw_team_application_PrincipalObjectAttributeAccesses"));
}
public Processsessions ggw_team_application_ProcessSession() {
return new Processsessions(contextPath.addSegment("ggw_team_application_ProcessSession"));
}
public Syncerrors ggw_team_application_SyncErrors() {
return new Syncerrors(contextPath.addSegment("ggw_team_application_SyncErrors"));
}
public Ggw_teams ggw_TeamId() {
return new Ggw_teams(contextPath.addSegment("ggw_TeamId"));
}
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