public class Displaystring extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Displaystring.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 |
_organizationid_value |
protected Integer |
componentstate |
protected OffsetDateTime |
createdon |
protected String |
customcomment |
protected String |
customdisplaystring |
protected String |
displaystringid |
protected String |
displaystringidunique |
protected String |
displaystringkey |
protected Integer |
formatparameters |
protected Boolean |
ismanaged |
protected Integer |
languagecode |
protected OffsetDateTime |
modifiedon |
protected OffsetDateTime |
overwritetime |
protected String |
publisheddisplaystring |
protected String |
solutionid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Displaystring() |
protected String customdisplaystring
protected OffsetDateTime modifiedon
protected String _organizationid_value
protected Integer componentstate
protected Integer languagecode
protected Boolean ismanaged
protected String displaystringid
protected String _modifiedonbehalfby_value
protected OffsetDateTime createdon
protected String customcomment
protected String displaystringidunique
protected Integer formatparameters
protected String _createdonbehalfby_value
protected String publisheddisplaystring
protected Long versionnumber
protected OffsetDateTime overwritetime
protected String _createdby_value
protected String displaystringkey
protected String _modifiedby_value
protected String solutionid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Displaystring.Builder builderDisplaystring()
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 Displaystring withCustomdisplaystring(String customdisplaystring)
public Optional<OffsetDateTime> getModifiedon()
public Displaystring withModifiedon(OffsetDateTime modifiedon)
public Displaystring with_organizationid_value(String _organizationid_value)
public Displaystring withComponentstate(Integer componentstate)
public Displaystring withLanguagecode(Integer languagecode)
public Displaystring withIsmanaged(Boolean ismanaged)
public Displaystring withDisplaystringid(String displaystringid)
public Displaystring with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getCreatedon()
public Displaystring withCreatedon(OffsetDateTime createdon)
public Displaystring withCustomcomment(String customcomment)
public Displaystring withDisplaystringidunique(String displaystringidunique)
public Displaystring withFormatparameters(Integer formatparameters)
public Displaystring with_createdonbehalfby_value(String _createdonbehalfby_value)
public Displaystring withPublisheddisplaystring(String publisheddisplaystring)
public Displaystring withVersionnumber(Long versionnumber)
public Optional<OffsetDateTime> getOverwritetime()
public Displaystring withOverwritetime(OffsetDateTime overwritetime)
public Displaystring with_createdby_value(String _createdby_value)
public Displaystring withDisplaystringkey(String displaystringkey)
public Displaystring with_modifiedby_value(String _modifiedby_value)
public Displaystring withSolutionid(String solutionid)
public Displaystring withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getCreatedby()
public OrganizationRequest getOrganizationid()
public AsyncoperationCollectionRequest getDisplayString_AsyncOperations()
public SystemuserRequest getCreatedonbehalfby()
public BulkdeletefailureCollectionRequest getDisplayString_BulkDeleteFailures()
public SystemuserRequest getModifiedby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Displaystring 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 Displaystring 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.