public class Userform extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Userform.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_ownerid_value |
protected String |
_owningbusinessunit_value |
protected String |
_owningteam_value |
protected String |
_owninguser_value |
protected OffsetDateTime |
createdon |
protected String |
description |
protected String |
formjson |
protected String |
formxml |
protected Boolean |
istabletenabled |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected String |
objecttypecode |
protected Integer |
type |
protected String |
userformid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Userform() |
protected String _ownerid_value
protected String description
protected String userformid
protected String name
protected String formjson
protected String _owningbusinessunit_value
protected String _createdby_value
protected String _modifiedby_value
protected String _createdonbehalfby_value
protected OffsetDateTime modifiedon
protected String formxml
protected String objecttypecode
protected String _modifiedonbehalfby_value
protected Integer type
protected Long versionnumber
protected OffsetDateTime createdon
protected String _owningteam_value
protected String _owninguser_value
protected Boolean istabletenabled
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Userform.Builder builderUserform()
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 Userform with_owningbusinessunit_value(String _owningbusinessunit_value)
public Userform with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getModifiedon()
public Userform withModifiedon(OffsetDateTime modifiedon)
public Userform with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getCreatedon()
public Userform withCreatedon(OffsetDateTime createdon)
public Userform withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getOwninguser()
public TeamRequest getOwningteam()
public AsyncoperationCollectionRequest getUserForm_AsyncOperations()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getCreatedonbehalfby()
public PrincipalRequest getOwnerid()
public BulkdeletefailureCollectionRequest getUserForm_BulkDeleteFailures()
public SystemuserRequest getCreatedby()
public SystemuserRequest getModifiedby()
public BusinessunitRequest getOwningbusinessunit()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Userform 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 Userform 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 String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.