public class Systemform extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Systemform.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_ancestorformid_value |
protected String |
_organizationid_value |
protected BooleanManagedProperty |
canbedeleted |
protected Integer |
componentstate |
protected String |
description |
protected Integer |
formactivationstate |
protected String |
formid |
protected String |
formidunique |
protected String |
formjson |
protected Integer |
formpresentation |
protected String |
formxml |
protected String |
introducedversion |
protected Boolean |
isairmerged |
protected BooleanManagedProperty |
iscustomizable |
protected Boolean |
isdefault |
protected Boolean |
isdesktopenabled |
protected Boolean |
ismanaged |
protected Boolean |
istabletenabled |
protected String |
name |
protected String |
objecttypecode |
protected OffsetDateTime |
overwritetime |
protected OffsetDateTime |
publishedon |
protected String |
solutionid |
protected Integer |
type |
protected String |
uniquename |
protected Integer |
version |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Systemform() |
protected String formjson
protected Integer formactivationstate
protected OffsetDateTime overwritetime
protected BooleanManagedProperty canbedeleted
protected Integer componentstate
protected String _organizationid_value
protected Integer version
protected String description
protected Boolean istabletenabled
protected Boolean isdefault
protected String introducedversion
protected String objecttypecode
protected Boolean ismanaged
protected Long versionnumber
protected Integer type
protected String formidunique
protected Integer formpresentation
protected String formid
protected String solutionid
protected String name
protected String uniquename
protected String formxml
protected Boolean isdesktopenabled
protected BooleanManagedProperty iscustomizable
protected OffsetDateTime publishedon
protected String _ancestorformid_value
protected Boolean isairmerged
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Systemform.Builder builderSystemform()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Systemform withFormjson(String formjson)
public Systemform withFormactivationstate(Integer formactivationstate)
public Optional<OffsetDateTime> getOverwritetime()
public Systemform withOverwritetime(OffsetDateTime overwritetime)
public Optional<BooleanManagedProperty> getCanbedeleted()
public Systemform withCanbedeleted(BooleanManagedProperty canbedeleted)
public Systemform withComponentstate(Integer componentstate)
public Systemform with_organizationid_value(String _organizationid_value)
public Systemform withVersion(Integer version)
public Systemform withDescription(String description)
public Systemform withIstabletenabled(Boolean istabletenabled)
public Systemform withIsdefault(Boolean isdefault)
public Systemform withIntroducedversion(String introducedversion)
public Systemform withObjecttypecode(String objecttypecode)
public Systemform withIsmanaged(Boolean ismanaged)
public Systemform withVersionnumber(Long versionnumber)
public Systemform withType(Integer type)
public Systemform withFormidunique(String formidunique)
public Systemform withFormpresentation(Integer formpresentation)
public Systemform withFormid(String formid)
public Systemform withSolutionid(String solutionid)
public Systemform withName(String name)
public Systemform withUniquename(String uniquename)
public Systemform withFormxml(String formxml)
public Systemform withIsdesktopenabled(Boolean isdesktopenabled)
public Optional<BooleanManagedProperty> getIscustomizable()
public Systemform withIscustomizable(BooleanManagedProperty iscustomizable)
public Optional<OffsetDateTime> getPublishedon()
public Systemform withPublishedon(OffsetDateTime publishedon)
public Systemform with_ancestorformid_value(String _ancestorformid_value)
public Systemform withIsairmerged(Boolean isairmerged)
public Systemform withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic AsyncoperationCollectionRequest getSystemForm_AsyncOperations()
public ProcesstriggerCollectionRequest getProcesstrigger_systemform()
public BulkdeletefailureCollectionRequest getSystemForm_BulkDeleteFailures()
public SystemformRequest getAncestorformid()
public SystemformCollectionRequest getForm_ancestor_form()
public OrganizationRequest getOrganizationid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Systemform patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Systemform put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Systemform> copySystemForm(Systemform target)
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Systemform> retrieveUnpublished()
public String toString()
toString in class CrmbaseentityCopyright © 2018–2021. All rights reserved.