public class Businessunitnewsarticle extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Businessunitnewsarticle.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 OffsetDateTime |
activeon |
protected OffsetDateTime |
activeuntil |
protected String |
articletitle |
protected Integer |
articletypecode |
protected String |
articleurl |
protected String |
businessunitnewsarticleid |
protected OffsetDateTime |
createdon |
protected Integer |
importsequencenumber |
protected OffsetDateTime |
modifiedon |
protected String |
newsarticle |
protected OffsetDateTime |
overriddencreatedon |
protected Boolean |
showonhomepage |
protected Integer |
timezoneruleversionnumber |
protected Integer |
utcconversiontimezonecode |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Businessunitnewsarticle() |
protected String newsarticle
protected String articleurl
protected String _organizationid_value
protected String businessunitnewsarticleid
protected String _modifiedby_value
protected Integer timezoneruleversionnumber
protected OffsetDateTime activeon
protected OffsetDateTime createdon
protected Long versionnumber
protected String _createdonbehalfby_value
protected OffsetDateTime activeuntil
protected Integer importsequencenumber
protected Integer articletypecode
protected OffsetDateTime overriddencreatedon
protected String articletitle
protected String _createdby_value
protected Boolean showonhomepage
protected OffsetDateTime modifiedon
protected String _modifiedonbehalfby_value
protected Integer utcconversiontimezonecode
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Businessunitnewsarticle.Builder builderBusinessunitnewsarticle()
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 Businessunitnewsarticle withNewsarticle(String newsarticle)
public Businessunitnewsarticle withArticleurl(String articleurl)
public Businessunitnewsarticle with_organizationid_value(String _organizationid_value)
public Businessunitnewsarticle withBusinessunitnewsarticleid(String businessunitnewsarticleid)
public Businessunitnewsarticle with_modifiedby_value(String _modifiedby_value)
public Businessunitnewsarticle withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Optional<OffsetDateTime> getActiveon()
public Businessunitnewsarticle withActiveon(OffsetDateTime activeon)
public Optional<OffsetDateTime> getCreatedon()
public Businessunitnewsarticle withCreatedon(OffsetDateTime createdon)
public Businessunitnewsarticle withVersionnumber(Long versionnumber)
public Businessunitnewsarticle with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getActiveuntil()
public Businessunitnewsarticle withActiveuntil(OffsetDateTime activeuntil)
public Businessunitnewsarticle withImportsequencenumber(Integer importsequencenumber)
public Businessunitnewsarticle withArticletypecode(Integer articletypecode)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Businessunitnewsarticle withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Businessunitnewsarticle withArticletitle(String articletitle)
public Businessunitnewsarticle with_createdby_value(String _createdby_value)
public Businessunitnewsarticle withShowonhomepage(Boolean showonhomepage)
public Optional<OffsetDateTime> getModifiedon()
public Businessunitnewsarticle withModifiedon(OffsetDateTime modifiedon)
public Businessunitnewsarticle with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Businessunitnewsarticle withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Businessunitnewsarticle withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic BulkdeletefailureCollectionRequest getBusinessUnitNewsArticle_BulkDeleteFailures()
public SystemuserRequest getCreatedby()
public SystemuserRequest getModifiedby()
public OrganizationRequest getOrganizationid()
public AsyncoperationCollectionRequest getBusinessUnitNewsArticle_AsyncOperations()
public ProcesssessionCollectionRequest getBusinessUnitNewsArticle_ProcessSessions()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getCreatedonbehalfby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Businessunitnewsarticle 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 Businessunitnewsarticle 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.