public class Postcomment extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Postcomment.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_organizationid_value |
protected String |
_postid_value |
protected OffsetDateTime |
createdon |
protected String |
postcommentid |
protected String |
text |
protected Integer |
timezoneruleversionnumber |
protected Integer |
utcconversiontimezonecode |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Postcomment() |
protected String text
protected Integer timezoneruleversionnumber
protected Integer utcconversiontimezonecode
protected String _organizationid_value
protected String _createdonbehalfby_value
protected String _createdby_value
protected String _postid_value
protected String postcommentid
protected OffsetDateTime createdon
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Postcomment.Builder builderPostcomment()
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 Postcomment withText(String text)
public Postcomment withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Postcomment withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Postcomment with_organizationid_value(String _organizationid_value)
public Postcomment with_createdonbehalfby_value(String _createdonbehalfby_value)
public Postcomment with_createdby_value(String _createdby_value)
public Postcomment with_postid_value(String _postid_value)
public Postcomment withPostcommentid(String postcommentid)
public Optional<OffsetDateTime> getCreatedon()
public Postcomment withCreatedon(OffsetDateTime createdon)
public Postcomment withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedby()
public OrganizationRequest getOrganizationid()
public SystemuserRequest getCreatedonbehalfby()
public PostRequest getPostid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Postcomment 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 Postcomment 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.