public class Post extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Post.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 String |
_regardingobjectid_value |
protected String |
_regardingobjectownerid_value |
protected String |
_regardingobjectowningbusinessunit_value |
protected OffsetDateTime |
createdon |
protected OffsetDateTime |
modifiedon |
protected String |
postid |
protected Integer |
source |
protected String |
text |
protected Integer |
timezoneruleversionnumber |
protected Integer |
type |
protected Integer |
utcconversiontimezonecode |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Post() |
protected String _regardingobjectid_value
protected OffsetDateTime createdon
protected Integer type
protected String text
protected String _organizationid_value
protected Integer source
protected String _createdby_value
protected Integer timezoneruleversionnumber
protected String _regardingobjectowningbusinessunit_value
protected Integer utcconversiontimezonecode
protected OffsetDateTime modifiedon
protected String _regardingobjectownerid_value
protected String _createdonbehalfby_value
protected String _modifiedonbehalfby_value
protected String _modifiedby_value
protected String postid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Post.Builder builderPost()
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 Post with_regardingobjectid_value(String _regardingobjectid_value)
public Optional<OffsetDateTime> getCreatedon()
public Post withCreatedon(OffsetDateTime createdon)
public Post withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Optional<String> get_regardingobjectowningbusinessunit_value()
public Post with_regardingobjectowningbusinessunit_value(String _regardingobjectowningbusinessunit_value)
public Post withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Optional<OffsetDateTime> getModifiedon()
public Post withModifiedon(OffsetDateTime modifiedon)
public Post with_regardingobjectownerid_value(String _regardingobjectownerid_value)
public Post with_createdonbehalfby_value(String _createdonbehalfby_value)
public Post with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Post withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public AsyncoperationCollectionRequest getPost_AsyncOperations()
public BulkdeletefailureCollectionRequest getPost_BulkDeleteFailures()
public PostregardingRequest getPostregardingid()
public OrganizationRequest getOrganizationid()
public PostcommentCollectionRequest getPost_Comments()
public PostlikeCollectionRequest getPost_Likes()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Post 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 Post 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.