Package microsoft.dynamics.crm.entity
Class Postregarding
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Postregarding
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Postregarding extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPostregarding.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_regardingobjectid_valueprotected UUID_regardingobjectownerid_valueprotected UUID_regardingobjectowningbusinessunit_valueprotected OffsetDateTimelatestautopostmodifiedonprotected OffsetDateTimelatestmanualpostmodifiedonprotected UUIDpostregardingidprotected Stringregardingobjecttypecodeforsharing-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPostregarding()
-
Method Summary
-
-
-
Field Detail
-
postregardingid
protected UUID postregardingid
-
latestmanualpostmodifiedon
protected OffsetDateTime latestmanualpostmodifiedon
-
_regardingobjectowningbusinessunit_value
protected UUID _regardingobjectowningbusinessunit_value
-
_regardingobjectid_value
protected UUID _regardingobjectid_value
-
_regardingobjectownerid_value
protected UUID _regardingobjectownerid_value
-
latestautopostmodifiedon
protected OffsetDateTime latestautopostmodifiedon
-
regardingobjecttypecodeforsharing
protected String regardingobjecttypecodeforsharing
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderPostregarding
public static Postregarding.Builder builderPostregarding()
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
-
withPostregardingid
public Postregarding withPostregardingid(UUID postregardingid)
-
getLatestmanualpostmodifiedon
public Optional<OffsetDateTime> getLatestmanualpostmodifiedon()
-
withLatestmanualpostmodifiedon
public Postregarding withLatestmanualpostmodifiedon(OffsetDateTime latestmanualpostmodifiedon)
-
get_regardingobjectowningbusinessunit_value
public Optional<UUID> get_regardingobjectowningbusinessunit_value()
-
with_regardingobjectowningbusinessunit_value
public Postregarding with_regardingobjectowningbusinessunit_value(UUID _regardingobjectowningbusinessunit_value)
-
with_regardingobjectid_value
public Postregarding with_regardingobjectid_value(UUID _regardingobjectid_value)
-
with_regardingobjectownerid_value
public Postregarding with_regardingobjectownerid_value(UUID _regardingobjectownerid_value)
-
getLatestautopostmodifiedon
public Optional<OffsetDateTime> getLatestautopostmodifiedon()
-
withLatestautopostmodifiedon
public Postregarding withLatestautopostmodifiedon(OffsetDateTime latestautopostmodifiedon)
-
withRegardingobjecttypecodeforsharing
public Postregarding withRegardingobjecttypecodeforsharing(String regardingobjecttypecodeforsharing)
-
withUnmappedField
public Postregarding withUnmappedField(String name, Object 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()
-
getPost_PostRegardings
public PostCollectionRequest getPost_PostRegardings()
-
getRegardingobjectid_account
public AccountRequest getRegardingobjectid_account()
-
getRegardingobjectid_systemuser
public SystemuserRequest getRegardingobjectid_systemuser()
-
getRegardingobjectowningbusinessunit
public BusinessunitRequest getRegardingobjectowningbusinessunit()
-
getRegardingobjectid_contact
public ContactRequest getRegardingobjectid_contact()
-
getRegardingobjectid_team
public TeamRequest getRegardingobjectid_team()
-
getRegardingobjectid_knowledgearticle
public KnowledgearticleRequest getRegardingobjectid_knowledgearticle()
-
getRegardingobjectid_queue
public QueueRequest getRegardingobjectid_queue()
-
getRegardingobjectid_processsession
public ProcesssessionRequest getRegardingobjectid_processsession()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Postregarding 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 Postregarding 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
-
-