Class SystemformRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<Systemform>
-
- microsoft.dynamics.crm.entity.request.SystemformRequest
-
public class SystemformRequest extends com.github.davidmoten.odata.client.EntityRequest<Systemform>
-
-
Constructor Summary
Constructors Constructor Description SystemformRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemformRequestancestorformid()com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Systemform>copySystemForm(Systemform target)SystemformCollectionRequestform_ancestor_form()SystemformRequestform_ancestor_form(UUID formid)OrganizationRequestorganizationid()ProcesstriggerCollectionRequestprocesstrigger_systemform()ProcesstriggerRequestprocesstrigger_systemform(UUID processtriggerid)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Systemform>retrieveUnpublished()AsyncoperationCollectionRequestsystemForm_AsyncOperations()AsyncoperationRequestsystemForm_AsyncOperations(UUID asyncoperationid)BulkdeletefailureCollectionRequestsystemForm_BulkDeleteFailures()BulkdeletefailureRequestsystemForm_BulkDeleteFailures(UUID bulkdeletefailureid)
-
-
-
Method Detail
-
systemForm_AsyncOperations
public AsyncoperationRequest systemForm_AsyncOperations(UUID asyncoperationid)
-
systemForm_AsyncOperations
public AsyncoperationCollectionRequest systemForm_AsyncOperations()
-
processtrigger_systemform
public ProcesstriggerRequest processtrigger_systemform(UUID processtriggerid)
-
processtrigger_systemform
public ProcesstriggerCollectionRequest processtrigger_systemform()
-
systemForm_BulkDeleteFailures
public BulkdeletefailureRequest systemForm_BulkDeleteFailures(UUID bulkdeletefailureid)
-
systemForm_BulkDeleteFailures
public BulkdeletefailureCollectionRequest systemForm_BulkDeleteFailures()
-
ancestorformid
public SystemformRequest ancestorformid()
-
form_ancestor_form
public SystemformRequest form_ancestor_form(UUID formid)
-
form_ancestor_form
public SystemformCollectionRequest form_ancestor_form()
-
organizationid
public OrganizationRequest organizationid()
-
copySystemForm
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Systemform> copySystemForm(Systemform target)
-
retrieveUnpublished
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Systemform> retrieveUnpublished()
-
-