public class Personaldocumenttemplate extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Personaldocumenttemplate.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 String |
associatedentitytypecode |
protected String |
clientdata |
protected String |
content |
protected OffsetDateTime |
createdon |
protected String |
description |
protected Integer |
documenttype |
protected Integer |
languagecode |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected String |
personaldocumenttemplateid |
protected Boolean |
status |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Personaldocumenttemplate() |
protected String _modifiedonbehalfby_value
protected OffsetDateTime createdon
protected String personaldocumenttemplateid
protected String _owninguser_value
protected String content
protected String _createdonbehalfby_value
protected Boolean status
protected String name
protected Integer documenttype
protected String clientdata
protected OffsetDateTime modifiedon
protected String _createdby_value
protected String _modifiedby_value
protected String _ownerid_value
protected String _owningteam_value
protected Integer languagecode
protected String description
protected String _owningbusinessunit_value
protected Long versionnumber
protected String associatedentitytypecode
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Personaldocumenttemplate.Builder builderPersonaldocumenttemplate()
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 Personaldocumenttemplate with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getCreatedon()
public Personaldocumenttemplate withCreatedon(OffsetDateTime createdon)
public Personaldocumenttemplate withPersonaldocumenttemplateid(String personaldocumenttemplateid)
public Personaldocumenttemplate with_owninguser_value(String _owninguser_value)
public Personaldocumenttemplate withContent(String content)
public Personaldocumenttemplate with_createdonbehalfby_value(String _createdonbehalfby_value)
public Personaldocumenttemplate withStatus(Boolean status)
public Personaldocumenttemplate withName(String name)
public Personaldocumenttemplate withDocumenttype(Integer documenttype)
public Personaldocumenttemplate withClientdata(String clientdata)
public Optional<OffsetDateTime> getModifiedon()
public Personaldocumenttemplate withModifiedon(OffsetDateTime modifiedon)
public Personaldocumenttemplate with_createdby_value(String _createdby_value)
public Personaldocumenttemplate with_modifiedby_value(String _modifiedby_value)
public Personaldocumenttemplate with_ownerid_value(String _ownerid_value)
public Personaldocumenttemplate with_owningteam_value(String _owningteam_value)
public Personaldocumenttemplate withLanguagecode(Integer languagecode)
public Personaldocumenttemplate withDescription(String description)
public Personaldocumenttemplate with_owningbusinessunit_value(String _owningbusinessunit_value)
public Personaldocumenttemplate withVersionnumber(Long versionnumber)
public Personaldocumenttemplate withAssociatedentitytypecode(String associatedentitytypecode)
public Personaldocumenttemplate withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic PrincipalRequest getOwnerid()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public BusinessunitRequest getOwningbusinessunit()
public SystemuserRequest getModifiedby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Personaldocumenttemplate 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 Personaldocumenttemplate 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–2021. All rights reserved.