microsoft.dynamics.crm.entity.request.PrincipalobjectattributeaccessRequest 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.Principalobjectattributeaccess;
import microsoft.dynamics.crm.schema.SchemaInfo;
@JsonIgnoreType
public class PrincipalobjectattributeaccessRequest extends EntityRequest {
public PrincipalobjectattributeaccessRequest(ContextPath contextPath) {
super(Principalobjectattributeaccess.class, contextPath, SchemaInfo.INSTANCE);
}
public ContactRequest objectid_contact() {
return new ContactRequest(contextPath.addSegment("objectid_contact"));
}
public AccountRequest objectid_account() {
return new AccountRequest(contextPath.addSegment("objectid_account"));
}
public OrganizationRequest organizationid() {
return new OrganizationRequest(contextPath.addSegment("organizationid"));
}
public SystemuserRequest principalid_systemuser() {
return new SystemuserRequest(contextPath.addSegment("principalid_systemuser"));
}
public TeamRequest principalid_team() {
return new TeamRequest(contextPath.addSegment("principalid_team"));
}
public KnowledgearticleRequest objectid_knowledgearticle() {
return new KnowledgearticleRequest(contextPath.addSegment("objectid_knowledgearticle"));
}
public KnowledgebaserecordRequest objectid_knowledgebaserecord() {
return new KnowledgebaserecordRequest(contextPath.addSegment("objectid_knowledgebaserecord"));
}
public LetterRequest objectid_letter() {
return new LetterRequest(contextPath.addSegment("objectid_letter"));
}
public ReportcategoryRequest objectid_reportcategory() {
return new ReportcategoryRequest(contextPath.addSegment("objectid_reportcategory"));
}
public SharepointdocumentlocationRequest objectid_sharepointdocumentlocation() {
return new SharepointdocumentlocationRequest(contextPath.addSegment("objectid_sharepointdocumentlocation"));
}
public RecurringappointmentmasterRequest objectid_recurringappointmentmaster() {
return new RecurringappointmentmasterRequest(contextPath.addSegment("objectid_recurringappointmentmaster"));
}
public ConnectionRequest objectid_connection() {
return new ConnectionRequest(contextPath.addSegment("objectid_connection"));
}
public PositionRequest objectid_position() {
return new PositionRequest(contextPath.addSegment("objectid_position"));
}
public FeedbackRequest objectid_feedback() {
return new FeedbackRequest(contextPath.addSegment("objectid_feedback"));
}
public MailmergetemplateRequest objectid_mailmergetemplate() {
return new MailmergetemplateRequest(contextPath.addSegment("objectid_mailmergetemplate"));
}
public FaxRequest objectid_fax() {
return new FaxRequest(contextPath.addSegment("objectid_fax"));
}
public SharepointsiteRequest objectid_sharepointsite() {
return new SharepointsiteRequest(contextPath.addSegment("objectid_sharepointsite"));
}
public SocialprofileRequest objectid_socialprofile() {
return new SocialprofileRequest(contextPath.addSegment("objectid_socialprofile"));
}
public KbarticleRequest objectid_kbarticle() {
return new KbarticleRequest(contextPath.addSegment("objectid_kbarticle"));
}
public AppointmentRequest objectid_appointment() {
return new AppointmentRequest(contextPath.addSegment("objectid_appointment"));
}
public KnowledgearticleviewsRequest objectid_knowledgearticleviews() {
return new KnowledgearticleviewsRequest(contextPath.addSegment("objectid_knowledgearticleviews"));
}
public TaskRequest objectid_task() {
return new TaskRequest(contextPath.addSegment("objectid_task"));
}
public TeamRequest objectid_team() {
return new TeamRequest(contextPath.addSegment("objectid_team"));
}
public EmailRequest objectid_email() {
return new EmailRequest(contextPath.addSegment("objectid_email"));
}
public BusinessunitRequest objectid_businessunit() {
return new BusinessunitRequest(contextPath.addSegment("objectid_businessunit"));
}
public SocialactivityRequest objectid_socialactivity() {
return new SocialactivityRequest(contextPath.addSegment("objectid_socialactivity"));
}
public QueueRequest objectid_queue() {
return new QueueRequest(contextPath.addSegment("objectid_queue"));
}
public CustomeraddressRequest objectid_customeraddress() {
return new CustomeraddressRequest(contextPath.addSegment("objectid_customeraddress"));
}
public SystemuserRequest objectid_systemuser() {
return new SystemuserRequest(contextPath.addSegment("objectid_systemuser"));
}
public QueueitemRequest objectid_queueitem() {
return new QueueitemRequest(contextPath.addSegment("objectid_queueitem"));
}
public GoalRequest objectid_goal() {
return new GoalRequest(contextPath.addSegment("objectid_goal"));
}
public PhonecallRequest objectid_phonecall() {
return new PhonecallRequest(contextPath.addSegment("objectid_phonecall"));
}
public SolutioncomponentattributeconfigurationRequest objectid_solutioncomponentattributeconfiguration() {
return new SolutioncomponentattributeconfigurationRequest(contextPath.addSegment("objectid_solutioncomponentattributeconfiguration"));
}
public SolutioncomponentconfigurationRequest objectid_solutioncomponentconfiguration() {
return new SolutioncomponentconfigurationRequest(contextPath.addSegment("objectid_solutioncomponentconfiguration"));
}
public SolutioncomponentrelationshipconfigurationRequest objectid_solutioncomponentrelationshipconfiguration() {
return new SolutioncomponentrelationshipconfigurationRequest(contextPath.addSegment("objectid_solutioncomponentrelationshipconfiguration"));
}
public StagesolutionuploadRequest objectid_stagesolutionupload() {
return new StagesolutionuploadRequest(contextPath.addSegment("objectid_stagesolutionupload"));
}
public ExportsolutionuploadRequest objectid_exportsolutionupload() {
return new ExportsolutionuploadRequest(contextPath.addSegment("objectid_exportsolutionupload"));
}
public AttributeimageconfigRequest objectid_attributeimageconfig() {
return new AttributeimageconfigRequest(contextPath.addSegment("objectid_attributeimageconfig"));
}
public EntityimageconfigRequest objectid_entityimageconfig() {
return new EntityimageconfigRequest(contextPath.addSegment("objectid_entityimageconfig"));
}
public EntityanalyticsconfigRequest objectid_entityanalyticsconfig() {
return new EntityanalyticsconfigRequest(contextPath.addSegment("objectid_entityanalyticsconfig"));
}
public RelationshipattributeRequest objectid_relationshipattribute() {
return new RelationshipattributeRequest(contextPath.addSegment("objectid_relationshipattribute"));
}
public DatalakeworkspaceRequest objectid_datalakeworkspace() {
return new DatalakeworkspaceRequest(contextPath.addSegment("objectid_datalakeworkspace"));
}
public DatalakeworkspacepermissionRequest objectid_datalakeworkspacepermission() {
return new DatalakeworkspacepermissionRequest(contextPath.addSegment("objectid_datalakeworkspacepermission"));
}
public ApplicationuserRequest objectid_applicationuser() {
return new ApplicationuserRequest(contextPath.addSegment("objectid_applicationuser"));
}
public ServiceplanRequest objectid_serviceplan() {
return new ServiceplanRequest(contextPath.addSegment("objectid_serviceplan"));
}
public ConnectorRequest objectid_connector() {
return new ConnectorRequest(contextPath.addSegment("objectid_connector"));
}
public EnvironmentvariabledefinitionRequest objectid_environmentvariabledefinition() {
return new EnvironmentvariabledefinitionRequest(contextPath.addSegment("objectid_environmentvariabledefinition"));
}
public EnvironmentvariablevalueRequest objectid_environmentvariablevalue() {
return new EnvironmentvariablevalueRequest(contextPath.addSegment("objectid_environmentvariablevalue"));
}
public ProcessstageparameterRequest objectid_processstageparameter() {
return new ProcessstageparameterRequest(contextPath.addSegment("objectid_processstageparameter"));
}
public FlowsessionRequest objectid_flowsession() {
return new FlowsessionRequest(contextPath.addSegment("objectid_flowsession"));
}
public WorkflowbinaryRequest objectid_workflowbinary() {
return new WorkflowbinaryRequest(contextPath.addSegment("objectid_workflowbinary"));
}
public ConnectionreferenceRequest objectid_connectionreference() {
return new ConnectionreferenceRequest(contextPath.addSegment("objectid_connectionreference"));
}
public Msdyn_helppageRequest objectid_msdyn_helppage() {
return new Msdyn_helppageRequest(contextPath.addSegment("objectid_msdyn_helppage"));
}
public TerritoryRequest objectid_territory() {
return new TerritoryRequest(contextPath.addSegment("objectid_territory"));
}
public Msdyn_serviceconfigurationRequest objectid_msdyn_serviceconfiguration() {
return new Msdyn_serviceconfigurationRequest(contextPath.addSegment("objectid_msdyn_serviceconfiguration"));
}
public Msdyn_slakpiRequest objectid_msdyn_slakpi() {
return new Msdyn_slakpiRequest(contextPath.addSegment("objectid_msdyn_slakpi"));
}
public Msdyn_knowledgearticleimageRequest objectid_msdyn_knowledgearticleimage() {
return new Msdyn_knowledgearticleimageRequest(contextPath.addSegment("objectid_msdyn_knowledgearticleimage"));
}
public Msdyn_knowledgearticletemplateRequest objectid_msdyn_knowledgearticletemplate() {
return new Msdyn_knowledgearticletemplateRequest(contextPath.addSegment("objectid_msdyn_knowledgearticletemplate"));
}
public Msdyn_dataflowRequest objectid_msdyn_dataflow() {
return new Msdyn_dataflowRequest(contextPath.addSegment("objectid_msdyn_dataflow"));
}
public Msdyn_richtextfileRequest objectid_msdyn_richtextfile() {
return new Msdyn_richtextfileRequest(contextPath.addSegment("objectid_msdyn_richtextfile"));
}
public Msdyn_aiconfigurationRequest objectid_msdyn_aiconfiguration() {
return new Msdyn_aiconfigurationRequest(contextPath.addSegment("objectid_msdyn_aiconfiguration"));
}
public Msdyn_aimodelRequest objectid_msdyn_aimodel() {
return new Msdyn_aimodelRequest(contextPath.addSegment("objectid_msdyn_aimodel"));
}
public Msdyn_aitemplateRequest objectid_msdyn_aitemplate() {
return new Msdyn_aitemplateRequest(contextPath.addSegment("objectid_msdyn_aitemplate"));
}
public Msdyn_aibdatasetRequest objectid_msdyn_aibdataset() {
return new Msdyn_aibdatasetRequest(contextPath.addSegment("objectid_msdyn_aibdataset"));
}
public Msdyn_aibdatasetfileRequest objectid_msdyn_aibdatasetfile() {
return new Msdyn_aibdatasetfileRequest(contextPath.addSegment("objectid_msdyn_aibdatasetfile"));
}
public Msdyn_aibdatasetrecordRequest objectid_msdyn_aibdatasetrecord() {
return new Msdyn_aibdatasetrecordRequest(contextPath.addSegment("objectid_msdyn_aibdatasetrecord"));
}
public Msdyn_aibdatasetscontainerRequest objectid_msdyn_aibdatasetscontainer() {
return new Msdyn_aibdatasetscontainerRequest(contextPath.addSegment("objectid_msdyn_aibdatasetscontainer"));
}
public Msdyn_aibfileRequest objectid_msdyn_aibfile() {
return new Msdyn_aibfileRequest(contextPath.addSegment("objectid_msdyn_aibfile"));
}
public Msdyn_aibfileattacheddataRequest objectid_msdyn_aibfileattacheddata() {
return new Msdyn_aibfileattacheddataRequest(contextPath.addSegment("objectid_msdyn_aibfileattacheddata"));
}
public Msdyn_aifptrainingdocumentRequest objectid_msdyn_aifptrainingdocument() {
return new Msdyn_aifptrainingdocumentRequest(contextPath.addSegment("objectid_msdyn_aifptrainingdocument"));
}
public Msdyn_aiodimageRequest objectid_msdyn_aiodimage() {
return new Msdyn_aiodimageRequest(contextPath.addSegment("objectid_msdyn_aiodimage"));
}
public Msdyn_aiodlabelRequest objectid_msdyn_aiodlabel() {
return new Msdyn_aiodlabelRequest(contextPath.addSegment("objectid_msdyn_aiodlabel"));
}
public Msdyn_aiodtrainingboundingboxRequest objectid_msdyn_aiodtrainingboundingbox() {
return new Msdyn_aiodtrainingboundingboxRequest(contextPath.addSegment("objectid_msdyn_aiodtrainingboundingbox"));
}
public Msdyn_aiodtrainingimageRequest objectid_msdyn_aiodtrainingimage() {
return new Msdyn_aiodtrainingimageRequest(contextPath.addSegment("objectid_msdyn_aiodtrainingimage"));
}
public Msdyn_analysiscomponentRequest objectid_msdyn_analysiscomponent() {
return new Msdyn_analysiscomponentRequest(contextPath.addSegment("objectid_msdyn_analysiscomponent"));
}
public Msdyn_analysisjobRequest objectid_msdyn_analysisjob() {
return new Msdyn_analysisjobRequest(contextPath.addSegment("objectid_msdyn_analysisjob"));
}
public Msdyn_analysisresultRequest objectid_msdyn_analysisresult() {
return new Msdyn_analysisresultRequest(contextPath.addSegment("objectid_msdyn_analysisresult"));
}
public Msdyn_analysisresultdetailRequest objectid_msdyn_analysisresultdetail() {
return new Msdyn_analysisresultdetailRequest(contextPath.addSegment("objectid_msdyn_analysisresultdetail"));
}
public Msdyn_solutionhealthruleRequest objectid_msdyn_solutionhealthrule() {
return new Msdyn_solutionhealthruleRequest(contextPath.addSegment("objectid_msdyn_solutionhealthrule"));
}
public Msdyn_solutionhealthruleargumentRequest objectid_msdyn_solutionhealthruleargument() {
return new Msdyn_solutionhealthruleargumentRequest(contextPath.addSegment("objectid_msdyn_solutionhealthruleargument"));
}
public Msdyn_solutionhealthrulesetRequest objectid_msdyn_solutionhealthruleset() {
return new Msdyn_solutionhealthrulesetRequest(contextPath.addSegment("objectid_msdyn_solutionhealthruleset"));
}
public Ggw_eventRequest objectid_ggw_event() {
return new Ggw_eventRequest(contextPath.addSegment("objectid_ggw_event"));
}
public Ggw_teamRequest objectid_ggw_team() {
return new Ggw_teamRequest(contextPath.addSegment("objectid_ggw_team"));
}
public Ggw_crewRequest objectid_ggw_crew() {
return new Ggw_crewRequest(contextPath.addSegment("objectid_ggw_crew"));
}
public Ggw_team_applicationRequest objectid_ggw_team_application() {
return new Ggw_team_applicationRequest(contextPath.addSegment("objectid_ggw_team_application"));
}
public CascadegrantrevokeaccessrecordstrackerRequest objectid_cascadegrantrevokeaccessrecordstracker() {
return new CascadegrantrevokeaccessrecordstrackerRequest(contextPath.addSegment("objectid_cascadegrantrevokeaccessrecordstracker"));
}
public CascadegrantrevokeaccessversiontrackerRequest objectid_cascadegrantrevokeaccessversiontracker() {
return new CascadegrantrevokeaccessversiontrackerRequest(contextPath.addSegment("objectid_cascadegrantrevokeaccessversiontracker"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy