public class Recommendeddocument extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Recommendeddocument.Builder |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Recommendeddocument() |
protected OffsetDateTime createdon
protected String author
protected String filetype
protected String editurl
protected Long versionnumber
protected String title
protected String _modifiedby_value
protected String source
protected String externaldocumentid
protected Integer timezoneruleversionnumber
protected String _transactioncurrencyid_value
protected String iconclassname
protected String externalmodifiedby
protected String _organizationid_value
protected String readurl
protected String location
protected BigDecimal exchangerate
protected OffsetDateTime modifiedon
protected String version
protected Integer utcconversiontimezonecode
protected String fullname
protected String _createdby_value
protected Integer filesize
protected String absoluteurl
protected String contenttype
protected String _createdonbehalfby_value
protected String _modifiedonbehalfby_value
protected String recommendeddocumentid
protected String _regardingobjectid_value
protected String associatedrecordname
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Recommendeddocument.Builder builderRecommendeddocument()
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 Optional<OffsetDateTime> getCreatedon()
public Recommendeddocument withCreatedon(OffsetDateTime createdon)
public Recommendeddocument withAuthor(String author)
public Recommendeddocument withFiletype(String filetype)
public Recommendeddocument withEditurl(String editurl)
public Recommendeddocument withVersionnumber(Long versionnumber)
public Recommendeddocument withTitle(String title)
public Recommendeddocument with_modifiedby_value(String _modifiedby_value)
public Recommendeddocument withSource(String source)
public Recommendeddocument withExternaldocumentid(String externaldocumentid)
public Recommendeddocument withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Recommendeddocument with_transactioncurrencyid_value(String _transactioncurrencyid_value)
public Recommendeddocument withIconclassname(String iconclassname)
public Recommendeddocument withExternalmodifiedby(String externalmodifiedby)
public Recommendeddocument with_organizationid_value(String _organizationid_value)
public Recommendeddocument withReadurl(String readurl)
public Recommendeddocument withLocation(String location)
public Optional<BigDecimal> getExchangerate()
public Recommendeddocument withExchangerate(BigDecimal exchangerate)
public Optional<OffsetDateTime> getModifiedon()
public Recommendeddocument withModifiedon(OffsetDateTime modifiedon)
public Recommendeddocument withVersion(String version)
public Recommendeddocument withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Recommendeddocument withFullname(String fullname)
public Recommendeddocument with_createdby_value(String _createdby_value)
public Recommendeddocument withFilesize(Integer filesize)
public Recommendeddocument withAbsoluteurl(String absoluteurl)
public Recommendeddocument withContenttype(String contenttype)
public Recommendeddocument with_createdonbehalfby_value(String _createdonbehalfby_value)
public Recommendeddocument with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Recommendeddocument withRecommendeddocumentid(String recommendeddocumentid)
public Recommendeddocument with_regardingobjectid_value(String _regardingobjectid_value)
public Recommendeddocument withAssociatedrecordname(String associatedrecordname)
public Recommendeddocument withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedbyname()
public SystemuserRequest getCreatedonbehalfbyname()
public SystemuserRequest getModifiedbyname()
public SystemuserRequest getModifiedonbehalfbyname()
public OrganizationRequest getOrganizationid()
public TransactioncurrencyRequest getTransactioncurrencyidname()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Recommendeddocument 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 Recommendeddocument 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.