public class SystemformRequest extends com.github.davidmoten.odata.client.EntityRequest<Systemform>
| Constructor and Description |
|---|
SystemformRequest(com.github.davidmoten.odata.client.ContextPath contextPath,
Optional<Object> value) |
| Modifier and Type | Method and Description |
|---|---|
SystemformRequest |
ancestorformid() |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Systemform> |
copySystemForm(Systemform target) |
SystemformCollectionRequest |
form_ancestor_form() |
SystemformRequest |
form_ancestor_form(String formid) |
OrganizationRequest |
organizationid() |
ProcesstriggerCollectionRequest |
processtrigger_systemform() |
ProcesstriggerRequest |
processtrigger_systemform(String processtriggerid) |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Systemform> |
retrieveUnpublished() |
AsyncoperationCollectionRequest |
systemForm_AsyncOperations() |
AsyncoperationRequest |
systemForm_AsyncOperations(String asyncoperationid) |
BulkdeletefailureCollectionRequest |
systemForm_BulkDeleteFailures() |
BulkdeletefailureRequest |
systemForm_BulkDeleteFailures(String bulkdeletefailureid) |
public AsyncoperationCollectionRequest systemForm_AsyncOperations()
public AsyncoperationRequest systemForm_AsyncOperations(String asyncoperationid)
public ProcesstriggerCollectionRequest processtrigger_systemform()
public ProcesstriggerRequest processtrigger_systemform(String processtriggerid)
public BulkdeletefailureCollectionRequest systemForm_BulkDeleteFailures()
public BulkdeletefailureRequest systemForm_BulkDeleteFailures(String bulkdeletefailureid)
public SystemformRequest ancestorformid()
public SystemformCollectionRequest form_ancestor_form()
public SystemformRequest form_ancestor_form(String formid)
public OrganizationRequest organizationid()
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Systemform> copySystemForm(Systemform target)
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Systemform> retrieveUnpublished()
Copyright © 2018–2020. All rights reserved.