Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
microsoft.dynamics.crm.entity.request.PrincipalobjectattributeaccessRequest Maven / Gradle / Ivy
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 java.lang.Object;
import java.util.Optional;
import microsoft.dynamics.crm.entity.Principalobjectattributeaccess;
@JsonIgnoreType
public class PrincipalobjectattributeaccessRequest extends EntityRequest {
public PrincipalobjectattributeaccessRequest(ContextPath contextPath, Optional value) {
super(Principalobjectattributeaccess.class, contextPath, value, false);
}
public ContactRequest objectid_contact() {
return new ContactRequest(contextPath.addSegment("objectid_contact"), Optional.empty());
}
public AccountRequest objectid_account() {
return new AccountRequest(contextPath.addSegment("objectid_account"), Optional.empty());
}
public OrganizationRequest organizationid() {
return new OrganizationRequest(contextPath.addSegment("organizationid"), Optional.empty());
}
public SystemuserRequest principalid_systemuser() {
return new SystemuserRequest(contextPath.addSegment("principalid_systemuser"), Optional.empty());
}
public TeamRequest principalid_team() {
return new TeamRequest(contextPath.addSegment("principalid_team"), Optional.empty());
}
public KnowledgearticleRequest objectid_knowledgearticle() {
return new KnowledgearticleRequest(contextPath.addSegment("objectid_knowledgearticle"), Optional.empty());
}
public KnowledgebaserecordRequest objectid_knowledgebaserecord() {
return new KnowledgebaserecordRequest(contextPath.addSegment("objectid_knowledgebaserecord"), Optional.empty());
}
public LetterRequest objectid_letter() {
return new LetterRequest(contextPath.addSegment("objectid_letter"), Optional.empty());
}
public ReportcategoryRequest objectid_reportcategory() {
return new ReportcategoryRequest(contextPath.addSegment("objectid_reportcategory"), Optional.empty());
}
public SharepointdocumentlocationRequest objectid_sharepointdocumentlocation() {
return new SharepointdocumentlocationRequest(contextPath.addSegment("objectid_sharepointdocumentlocation"), Optional.empty());
}
public RecurringappointmentmasterRequest objectid_recurringappointmentmaster() {
return new RecurringappointmentmasterRequest(contextPath.addSegment("objectid_recurringappointmentmaster"), Optional.empty());
}
public ConnectionRequest objectid_connection() {
return new ConnectionRequest(contextPath.addSegment("objectid_connection"), Optional.empty());
}
public PositionRequest objectid_position() {
return new PositionRequest(contextPath.addSegment("objectid_position"), Optional.empty());
}
public FeedbackRequest objectid_feedback() {
return new FeedbackRequest(contextPath.addSegment("objectid_feedback"), Optional.empty());
}
public MailmergetemplateRequest objectid_mailmergetemplate() {
return new MailmergetemplateRequest(contextPath.addSegment("objectid_mailmergetemplate"), Optional.empty());
}
public FaxRequest objectid_fax() {
return new FaxRequest(contextPath.addSegment("objectid_fax"), Optional.empty());
}
public SharepointsiteRequest objectid_sharepointsite() {
return new SharepointsiteRequest(contextPath.addSegment("objectid_sharepointsite"), Optional.empty());
}
public SocialprofileRequest objectid_socialprofile() {
return new SocialprofileRequest(contextPath.addSegment("objectid_socialprofile"), Optional.empty());
}
public KbarticleRequest objectid_kbarticle() {
return new KbarticleRequest(contextPath.addSegment("objectid_kbarticle"), Optional.empty());
}
public AppointmentRequest objectid_appointment() {
return new AppointmentRequest(contextPath.addSegment("objectid_appointment"), Optional.empty());
}
public KnowledgearticleviewsRequest objectid_knowledgearticleviews() {
return new KnowledgearticleviewsRequest(contextPath.addSegment("objectid_knowledgearticleviews"), Optional.empty());
}
public TaskRequest objectid_task() {
return new TaskRequest(contextPath.addSegment("objectid_task"), Optional.empty());
}
public TeamRequest objectid_team() {
return new TeamRequest(contextPath.addSegment("objectid_team"), Optional.empty());
}
public EmailRequest objectid_email() {
return new EmailRequest(contextPath.addSegment("objectid_email"), Optional.empty());
}
public BusinessunitRequest objectid_businessunit() {
return new BusinessunitRequest(contextPath.addSegment("objectid_businessunit"), Optional.empty());
}
public SocialactivityRequest objectid_socialactivity() {
return new SocialactivityRequest(contextPath.addSegment("objectid_socialactivity"), Optional.empty());
}
public QueueRequest objectid_queue() {
return new QueueRequest(contextPath.addSegment("objectid_queue"), Optional.empty());
}
public CustomeraddressRequest objectid_customeraddress() {
return new CustomeraddressRequest(contextPath.addSegment("objectid_customeraddress"), Optional.empty());
}
public SystemuserRequest objectid_systemuser() {
return new SystemuserRequest(contextPath.addSegment("objectid_systemuser"), Optional.empty());
}
public QueueitemRequest objectid_queueitem() {
return new QueueitemRequest(contextPath.addSegment("objectid_queueitem"), Optional.empty());
}
public GoalRequest objectid_goal() {
return new GoalRequest(contextPath.addSegment("objectid_goal"), Optional.empty());
}
public PhonecallRequest objectid_phonecall() {
return new PhonecallRequest(contextPath.addSegment("objectid_phonecall"), Optional.empty());
}
public SolutioncomponentattributeconfigurationRequest objectid_solutioncomponentattributeconfiguration() {
return new SolutioncomponentattributeconfigurationRequest(contextPath.addSegment("objectid_solutioncomponentattributeconfiguration"), Optional.empty());
}
public SolutioncomponentconfigurationRequest objectid_solutioncomponentconfiguration() {
return new SolutioncomponentconfigurationRequest(contextPath.addSegment("objectid_solutioncomponentconfiguration"), Optional.empty());
}
public SolutioncomponentrelationshipconfigurationRequest objectid_solutioncomponentrelationshipconfiguration() {
return new SolutioncomponentrelationshipconfigurationRequest(contextPath.addSegment("objectid_solutioncomponentrelationshipconfiguration"), Optional.empty());
}
public StagesolutionuploadRequest objectid_stagesolutionupload() {
return new StagesolutionuploadRequest(contextPath.addSegment("objectid_stagesolutionupload"), Optional.empty());
}
public ExportsolutionuploadRequest objectid_exportsolutionupload() {
return new ExportsolutionuploadRequest(contextPath.addSegment("objectid_exportsolutionupload"), Optional.empty());
}
public AttributeimageconfigRequest objectid_attributeimageconfig() {
return new AttributeimageconfigRequest(contextPath.addSegment("objectid_attributeimageconfig"), Optional.empty());
}
public EntityimageconfigRequest objectid_entityimageconfig() {
return new EntityimageconfigRequest(contextPath.addSegment("objectid_entityimageconfig"), Optional.empty());
}
public EntityanalyticsconfigRequest objectid_entityanalyticsconfig() {
return new EntityanalyticsconfigRequest(contextPath.addSegment("objectid_entityanalyticsconfig"), Optional.empty());
}
public RelationshipattributeRequest objectid_relationshipattribute() {
return new RelationshipattributeRequest(contextPath.addSegment("objectid_relationshipattribute"), Optional.empty());
}
public DatalakeworkspaceRequest objectid_datalakeworkspace() {
return new DatalakeworkspaceRequest(contextPath.addSegment("objectid_datalakeworkspace"), Optional.empty());
}
public DatalakeworkspacepermissionRequest objectid_datalakeworkspacepermission() {
return new DatalakeworkspacepermissionRequest(contextPath.addSegment("objectid_datalakeworkspacepermission"), Optional.empty());
}
public ApplicationuserRequest objectid_applicationuser() {
return new ApplicationuserRequest(contextPath.addSegment("objectid_applicationuser"), Optional.empty());
}
public ServiceplanRequest objectid_serviceplan() {
return new ServiceplanRequest(contextPath.addSegment("objectid_serviceplan"), Optional.empty());
}
public ConnectorRequest objectid_connector() {
return new ConnectorRequest(contextPath.addSegment("objectid_connector"), Optional.empty());
}
public EnvironmentvariabledefinitionRequest objectid_environmentvariabledefinition() {
return new EnvironmentvariabledefinitionRequest(contextPath.addSegment("objectid_environmentvariabledefinition"), Optional.empty());
}
public EnvironmentvariablevalueRequest objectid_environmentvariablevalue() {
return new EnvironmentvariablevalueRequest(contextPath.addSegment("objectid_environmentvariablevalue"), Optional.empty());
}
public ProcessstageparameterRequest objectid_processstageparameter() {
return new ProcessstageparameterRequest(contextPath.addSegment("objectid_processstageparameter"), Optional.empty());
}
public FlowsessionRequest objectid_flowsession() {
return new FlowsessionRequest(contextPath.addSegment("objectid_flowsession"), Optional.empty());
}
public WorkflowbinaryRequest objectid_workflowbinary() {
return new WorkflowbinaryRequest(contextPath.addSegment("objectid_workflowbinary"), Optional.empty());
}
public ConnectionreferenceRequest objectid_connectionreference() {
return new ConnectionreferenceRequest(contextPath.addSegment("objectid_connectionreference"), Optional.empty());
}
public Msdyn_helppageRequest objectid_msdyn_helppage() {
return new Msdyn_helppageRequest(contextPath.addSegment("objectid_msdyn_helppage"), Optional.empty());
}
public TerritoryRequest objectid_territory() {
return new TerritoryRequest(contextPath.addSegment("objectid_territory"), Optional.empty());
}
public Msdyn_serviceconfigurationRequest objectid_msdyn_serviceconfiguration() {
return new Msdyn_serviceconfigurationRequest(contextPath.addSegment("objectid_msdyn_serviceconfiguration"), Optional.empty());
}
public Msdyn_slakpiRequest objectid_msdyn_slakpi() {
return new Msdyn_slakpiRequest(contextPath.addSegment("objectid_msdyn_slakpi"), Optional.empty());
}
public Msdyn_knowledgearticleimageRequest objectid_msdyn_knowledgearticleimage() {
return new Msdyn_knowledgearticleimageRequest(contextPath.addSegment("objectid_msdyn_knowledgearticleimage"), Optional.empty());
}
public Msdyn_knowledgearticletemplateRequest objectid_msdyn_knowledgearticletemplate() {
return new Msdyn_knowledgearticletemplateRequest(contextPath.addSegment("objectid_msdyn_knowledgearticletemplate"), Optional.empty());
}
public Msdyn_dataflowRequest objectid_msdyn_dataflow() {
return new Msdyn_dataflowRequest(contextPath.addSegment("objectid_msdyn_dataflow"), Optional.empty());
}
public Msdyn_richtextfileRequest objectid_msdyn_richtextfile() {
return new Msdyn_richtextfileRequest(contextPath.addSegment("objectid_msdyn_richtextfile"), Optional.empty());
}
public Msdyn_aiconfigurationRequest objectid_msdyn_aiconfiguration() {
return new Msdyn_aiconfigurationRequest(contextPath.addSegment("objectid_msdyn_aiconfiguration"), Optional.empty());
}
public Msdyn_aimodelRequest objectid_msdyn_aimodel() {
return new Msdyn_aimodelRequest(contextPath.addSegment("objectid_msdyn_aimodel"), Optional.empty());
}
public Msdyn_aitemplateRequest objectid_msdyn_aitemplate() {
return new Msdyn_aitemplateRequest(contextPath.addSegment("objectid_msdyn_aitemplate"), Optional.empty());
}
public Msdyn_aibdatasetRequest objectid_msdyn_aibdataset() {
return new Msdyn_aibdatasetRequest(contextPath.addSegment("objectid_msdyn_aibdataset"), Optional.empty());
}
public Msdyn_aibdatasetfileRequest objectid_msdyn_aibdatasetfile() {
return new Msdyn_aibdatasetfileRequest(contextPath.addSegment("objectid_msdyn_aibdatasetfile"), Optional.empty());
}
public Msdyn_aibdatasetrecordRequest objectid_msdyn_aibdatasetrecord() {
return new Msdyn_aibdatasetrecordRequest(contextPath.addSegment("objectid_msdyn_aibdatasetrecord"), Optional.empty());
}
public Msdyn_aibdatasetscontainerRequest objectid_msdyn_aibdatasetscontainer() {
return new Msdyn_aibdatasetscontainerRequest(contextPath.addSegment("objectid_msdyn_aibdatasetscontainer"), Optional.empty());
}
public Msdyn_aibfileRequest objectid_msdyn_aibfile() {
return new Msdyn_aibfileRequest(contextPath.addSegment("objectid_msdyn_aibfile"), Optional.empty());
}
public Msdyn_aibfileattacheddataRequest objectid_msdyn_aibfileattacheddata() {
return new Msdyn_aibfileattacheddataRequest(contextPath.addSegment("objectid_msdyn_aibfileattacheddata"), Optional.empty());
}
public Msdyn_aifptrainingdocumentRequest objectid_msdyn_aifptrainingdocument() {
return new Msdyn_aifptrainingdocumentRequest(contextPath.addSegment("objectid_msdyn_aifptrainingdocument"), Optional.empty());
}
public Msdyn_aiodimageRequest objectid_msdyn_aiodimage() {
return new Msdyn_aiodimageRequest(contextPath.addSegment("objectid_msdyn_aiodimage"), Optional.empty());
}
public Msdyn_aiodlabelRequest objectid_msdyn_aiodlabel() {
return new Msdyn_aiodlabelRequest(contextPath.addSegment("objectid_msdyn_aiodlabel"), Optional.empty());
}
public Msdyn_aiodtrainingboundingboxRequest objectid_msdyn_aiodtrainingboundingbox() {
return new Msdyn_aiodtrainingboundingboxRequest(contextPath.addSegment("objectid_msdyn_aiodtrainingboundingbox"), Optional.empty());
}
public Msdyn_aiodtrainingimageRequest objectid_msdyn_aiodtrainingimage() {
return new Msdyn_aiodtrainingimageRequest(contextPath.addSegment("objectid_msdyn_aiodtrainingimage"), Optional.empty());
}
public Msdyn_analysiscomponentRequest objectid_msdyn_analysiscomponent() {
return new Msdyn_analysiscomponentRequest(contextPath.addSegment("objectid_msdyn_analysiscomponent"), Optional.empty());
}
public Msdyn_analysisjobRequest objectid_msdyn_analysisjob() {
return new Msdyn_analysisjobRequest(contextPath.addSegment("objectid_msdyn_analysisjob"), Optional.empty());
}
public Msdyn_analysisresultRequest objectid_msdyn_analysisresult() {
return new Msdyn_analysisresultRequest(contextPath.addSegment("objectid_msdyn_analysisresult"), Optional.empty());
}
public Msdyn_analysisresultdetailRequest objectid_msdyn_analysisresultdetail() {
return new Msdyn_analysisresultdetailRequest(contextPath.addSegment("objectid_msdyn_analysisresultdetail"), Optional.empty());
}
public Msdyn_solutionhealthruleRequest objectid_msdyn_solutionhealthrule() {
return new Msdyn_solutionhealthruleRequest(contextPath.addSegment("objectid_msdyn_solutionhealthrule"), Optional.empty());
}
public Msdyn_solutionhealthruleargumentRequest objectid_msdyn_solutionhealthruleargument() {
return new Msdyn_solutionhealthruleargumentRequest(contextPath.addSegment("objectid_msdyn_solutionhealthruleargument"), Optional.empty());
}
public Msdyn_solutionhealthrulesetRequest objectid_msdyn_solutionhealthruleset() {
return new Msdyn_solutionhealthrulesetRequest(contextPath.addSegment("objectid_msdyn_solutionhealthruleset"), Optional.empty());
}
public Ggw_eventRequest objectid_ggw_event() {
return new Ggw_eventRequest(contextPath.addSegment("objectid_ggw_event"), Optional.empty());
}
public Ggw_teamRequest objectid_ggw_team() {
return new Ggw_teamRequest(contextPath.addSegment("objectid_ggw_team"), Optional.empty());
}
public Ggw_crewRequest objectid_ggw_crew() {
return new Ggw_crewRequest(contextPath.addSegment("objectid_ggw_crew"), Optional.empty());
}
public Ggw_team_applicationRequest objectid_ggw_team_application() {
return new Ggw_team_applicationRequest(contextPath.addSegment("objectid_ggw_team_application"), Optional.empty());
}
public CascadegrantrevokeaccessrecordstrackerRequest objectid_cascadegrantrevokeaccessrecordstracker() {
return new CascadegrantrevokeaccessrecordstrackerRequest(contextPath.addSegment("objectid_cascadegrantrevokeaccessrecordstracker"), Optional.empty());
}
public CascadegrantrevokeaccessversiontrackerRequest objectid_cascadegrantrevokeaccessversiontracker() {
return new CascadegrantrevokeaccessversiontrackerRequest(contextPath.addSegment("objectid_cascadegrantrevokeaccessversiontracker"), Optional.empty());
}
}