public class Postfollow extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Postfollow.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_ownerid_value |
protected String |
_owningbusinessunit_value |
protected String |
_owningteam_value |
protected String |
_owninguser_value |
protected String |
_regardingobjectid_value |
protected OffsetDateTime |
createdon |
protected String |
postfollowid |
protected Integer |
timezoneruleversionnumber |
protected Integer |
utcconversiontimezonecode |
protected Long |
versionnumber |
protected Integer |
yammerpoststate |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Postfollow() |
protected String _owningteam_value
protected String _ownerid_value
protected String _createdby_value
protected String _owninguser_value
protected String _regardingobjectid_value
protected Integer utcconversiontimezonecode
protected Integer timezoneruleversionnumber
protected String _owningbusinessunit_value
protected OffsetDateTime createdon
protected Integer yammerpoststate
protected String _createdonbehalfby_value
protected Long versionnumber
protected String postfollowid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Postfollow.Builder builderPostfollow()
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 Postfollow with_owningteam_value(String _owningteam_value)
public Postfollow with_ownerid_value(String _ownerid_value)
public Postfollow with_createdby_value(String _createdby_value)
public Postfollow with_owninguser_value(String _owninguser_value)
public Postfollow with_regardingobjectid_value(String _regardingobjectid_value)
public Postfollow withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Postfollow withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Postfollow with_owningbusinessunit_value(String _owningbusinessunit_value)
public Optional<OffsetDateTime> getCreatedon()
public Postfollow withCreatedon(OffsetDateTime createdon)
public Postfollow withYammerpoststate(Integer yammerpoststate)
public Postfollow with_createdonbehalfby_value(String _createdonbehalfby_value)
public Postfollow withVersionnumber(Long versionnumber)
public Postfollow withPostfollowid(String postfollowid)
public Postfollow withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic TaskRequest getRegardingobjectid_task()
public AppointmentRequest getRegardingobjectid_appointment()
public PhonecallRequest getRegardingobjectid_phonecall()
public RecurringappointmentmasterRequest getRegardingobjectid_recurringappointmentmaster()
public SystemuserRequest getCreatedby()
public AccountRequest getRegardingobjectid_account()
public ContactRequest getRegardingobjectid_contact()
public SystemuserRequest getRegardingobjectid_systemuser()
public AsyncoperationCollectionRequest getPostFollow_AsyncOperations()
public PrincipalRequest getOwnerid()
public BusinessunitRequest getOwningbusinessunit()
public TeamRequest getOwningteam()
public SystemuserRequest getOwninguser()
public SystemuserRequest getCreatedonbehalfby()
public QueueRequest getRegardingobjectid_queue()
public SyncerrorCollectionRequest getPostFollow_SyncErrors()
public ProcesssessionRequest getRegardingobjectid_processsession()
public KnowledgearticleRequest getRegardingobjectid_knowledgearticle()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Postfollow 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 Postfollow 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.