Package microsoft.dynamics.crm.entity
Class Postfollow
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Postfollow
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Postfollow extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPostfollow.Builder
-
Field Summary
Fields Modifier and Type Field Description protected String_createdby_valueprotected String_createdonbehalfby_valueprotected String_ownerid_valueprotected String_owningbusinessunit_valueprotected String_owningteam_valueprotected String_owninguser_valueprotected String_regardingobjectid_valueprotected OffsetDateTimecreatedonprotected Stringpostfollowidprotected Integertimezoneruleversionnumberprotected Integerutcconversiontimezonecodeprotected Longversionnumberprotected Integeryammerpoststate-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPostfollow()
-
Method Summary
-
-
-
Field Detail
-
_owningteam_value
protected String _owningteam_value
-
_ownerid_value
protected String _ownerid_value
-
_createdby_value
protected String _createdby_value
-
_owninguser_value
protected String _owninguser_value
-
_regardingobjectid_value
protected String _regardingobjectid_value
-
utcconversiontimezonecode
protected Integer utcconversiontimezonecode
-
timezoneruleversionnumber
protected Integer timezoneruleversionnumber
-
_owningbusinessunit_value
protected String _owningbusinessunit_value
-
createdon
protected OffsetDateTime createdon
-
yammerpoststate
protected Integer yammerpoststate
-
_createdonbehalfby_value
protected String _createdonbehalfby_value
-
versionnumber
protected Long versionnumber
-
postfollowid
protected String postfollowid
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderPostfollow
public static Postfollow.Builder builderPostfollow()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
with_owningteam_value
public Postfollow with_owningteam_value(String _owningteam_value)
-
with_ownerid_value
public Postfollow with_ownerid_value(String _ownerid_value)
-
with_createdby_value
public Postfollow with_createdby_value(String _createdby_value)
-
with_owninguser_value
public Postfollow with_owninguser_value(String _owninguser_value)
-
with_regardingobjectid_value
public Postfollow with_regardingobjectid_value(String _regardingobjectid_value)
-
withUtcconversiontimezonecode
public Postfollow withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
-
withTimezoneruleversionnumber
public Postfollow withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
-
with_owningbusinessunit_value
public Postfollow with_owningbusinessunit_value(String _owningbusinessunit_value)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Postfollow withCreatedon(OffsetDateTime createdon)
-
withYammerpoststate
public Postfollow withYammerpoststate(Integer yammerpoststate)
-
with_createdonbehalfby_value
public Postfollow with_createdonbehalfby_value(String _createdonbehalfby_value)
-
withVersionnumber
public Postfollow withVersionnumber(Long versionnumber)
-
withPostfollowid
public Postfollow withPostfollowid(String postfollowid)
-
withUnmappedField
public Postfollow withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getRegardingobjectid_task
public TaskRequest getRegardingobjectid_task()
-
getRegardingobjectid_appointment
public AppointmentRequest getRegardingobjectid_appointment()
-
getRegardingobjectid_phonecall
public PhonecallRequest getRegardingobjectid_phonecall()
-
getRegardingobjectid_recurringappointmentmaster
public RecurringappointmentmasterRequest getRegardingobjectid_recurringappointmentmaster()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getRegardingobjectid_account
public AccountRequest getRegardingobjectid_account()
-
getRegardingobjectid_contact
public ContactRequest getRegardingobjectid_contact()
-
getRegardingobjectid_systemuser
public SystemuserRequest getRegardingobjectid_systemuser()
-
getPostFollow_AsyncOperations
public AsyncoperationCollectionRequest getPostFollow_AsyncOperations()
-
getOwnerid
public PrincipalRequest getOwnerid()
-
getOwningbusinessunit
public BusinessunitRequest getOwningbusinessunit()
-
getOwningteam
public TeamRequest getOwningteam()
-
getOwninguser
public SystemuserRequest getOwninguser()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getRegardingobjectid_queue
public QueueRequest getRegardingobjectid_queue()
-
getPostFollow_SyncErrors
public SyncerrorCollectionRequest getPostFollow_SyncErrors()
-
getRegardingobjectid_processsession
public ProcesssessionRequest getRegardingobjectid_processsession()
-
getRegardingobjectid_knowledgearticle
public KnowledgearticleRequest getRegardingobjectid_knowledgearticle()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Postfollow patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
put
public Postfollow put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-