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