Class Systemforms
- java.lang.Object
-
- com.github.davidmoten.odata.client.CollectionPageEntityRequest<Systemform,SystemformRequest>
-
- microsoft.dynamics.crm.entity.collection.request.SystemformCollectionRequest
-
- microsoft.dynamics.crm.entity.set.Systemforms
-
- All Implemented Interfaces:
Iterable<Systemform>
public final class Systemforms extends SystemformCollectionRequest
-
-
Field Summary
-
Fields inherited from class microsoft.dynamics.crm.entity.collection.request.SystemformCollectionRequest
contextPath
-
-
Constructor Summary
Constructors Constructor Description Systemforms(com.github.davidmoten.odata.client.ContextPath contextPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Systemformsancestorformid()Systemformsform_ancestor_form()Organizationsorganizationid()Processtriggersprocesstrigger_systemform()AsyncoperationssystemForm_AsyncOperations()BulkdeletefailuressystemForm_BulkDeleteFailures()-
Methods inherited from class microsoft.dynamics.crm.entity.collection.request.SystemformCollectionRequest
form_ancestor_form, processtrigger_systemform, retrieveFilteredForms, retrieveUnpublishedMultiple, systemForm_AsyncOperations, systemForm_BulkDeleteFailures
-
Methods inherited from class com.github.davidmoten.odata.client.CollectionPageEntityRequest
connectTimeout, deltaTokenLatest, expand, filter, filter, get, id, iterator, maxPageSize, metadataFull, metadataMinimal, metadataNone, orderBy, patch, post, query, readTimeout, requestHeader, requestHeader, search, select, skip, stream, streamWithDeltaLink, to, toList, top, urlOverride
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
ancestorformid
public Systemforms ancestorformid()
-
form_ancestor_form
public Systemforms form_ancestor_form()
- Overrides:
form_ancestor_formin classSystemformCollectionRequest
-
organizationid
public Organizations organizationid()
-
processtrigger_systemform
public Processtriggers processtrigger_systemform()
- Overrides:
processtrigger_systemformin classSystemformCollectionRequest
-
systemForm_AsyncOperations
public Asyncoperations systemForm_AsyncOperations()
- Overrides:
systemForm_AsyncOperationsin classSystemformCollectionRequest
-
systemForm_BulkDeleteFailures
public Bulkdeletefailures systemForm_BulkDeleteFailures()
- Overrides:
systemForm_BulkDeleteFailuresin classSystemformCollectionRequest
-
-