Package microsoft.dynamics.crm.entity
Class Activityparty
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Activityparty
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Activityparty extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classActivityparty.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_activityid_valueprotected UUID_ownerid_valueprotected UUID_partyid_valueprotected UUIDactivitypartyidprotected Stringaddressusedprotected Integeraddressusedemailcolumnnumberprotected Booleandonotemailprotected Booleandonotfaxprotected Booleandonotphoneprotected Booleandonotpostalmailprotected Doubleeffortprotected Stringexchangeentryidprotected Integerinstancetypecodeprotected Booleanispartydeletedprotected Integerparticipationtypemaskprotected OffsetDateTimescheduledendprotected OffsetDateTimescheduledstartprotected Longversionnumber-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedActivityparty()
-
Method Summary
-
-
-
Field Detail
-
addressusedemailcolumnnumber
protected Integer addressusedemailcolumnnumber
-
scheduledend
protected OffsetDateTime scheduledend
-
effort
protected Double effort
-
instancetypecode
protected Integer instancetypecode
-
donotfax
protected Boolean donotfax
-
addressused
protected String addressused
-
scheduledstart
protected OffsetDateTime scheduledstart
-
_partyid_value
protected UUID _partyid_value
-
_activityid_value
protected UUID _activityid_value
-
exchangeentryid
protected String exchangeentryid
-
donotphone
protected Boolean donotphone
-
versionnumber
protected Long versionnumber
-
participationtypemask
protected Integer participationtypemask
-
ispartydeleted
protected Boolean ispartydeleted
-
_ownerid_value
protected UUID _ownerid_value
-
donotpostalmail
protected Boolean donotpostalmail
-
activitypartyid
protected UUID activitypartyid
-
donotemail
protected Boolean donotemail
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderActivityparty
public static Activityparty.Builder builderActivityparty()
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
-
withAddressusedemailcolumnnumber
public Activityparty withAddressusedemailcolumnnumber(Integer addressusedemailcolumnnumber)
-
getScheduledend
public Optional<OffsetDateTime> getScheduledend()
-
withScheduledend
public Activityparty withScheduledend(OffsetDateTime scheduledend)
-
withEffort
public Activityparty withEffort(Double effort)
-
withInstancetypecode
public Activityparty withInstancetypecode(Integer instancetypecode)
-
withDonotfax
public Activityparty withDonotfax(Boolean donotfax)
-
withAddressused
public Activityparty withAddressused(String addressused)
-
getScheduledstart
public Optional<OffsetDateTime> getScheduledstart()
-
withScheduledstart
public Activityparty withScheduledstart(OffsetDateTime scheduledstart)
-
with_partyid_value
public Activityparty with_partyid_value(UUID _partyid_value)
-
with_activityid_value
public Activityparty with_activityid_value(UUID _activityid_value)
-
withExchangeentryid
public Activityparty withExchangeentryid(String exchangeentryid)
-
withDonotphone
public Activityparty withDonotphone(Boolean donotphone)
-
withVersionnumber
public Activityparty withVersionnumber(Long versionnumber)
-
withParticipationtypemask
public Activityparty withParticipationtypemask(Integer participationtypemask)
-
withIspartydeleted
public Activityparty withIspartydeleted(Boolean ispartydeleted)
-
with_ownerid_value
public Activityparty with_ownerid_value(UUID _ownerid_value)
-
withDonotpostalmail
public Activityparty withDonotpostalmail(Boolean donotpostalmail)
-
withActivitypartyid
public Activityparty withActivitypartyid(UUID activitypartyid)
-
withDonotemail
public Activityparty withDonotemail(Boolean donotemail)
-
withUnmappedField
public Activityparty withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getActivityParty_SyncErrors
public SyncerrorCollectionRequest getActivityParty_SyncErrors()
-
getActivityid_recurringappointmentmaster
public RecurringappointmentmasterRequest getActivityid_recurringappointmentmaster()
-
getActivityid_socialactivity
public SocialactivityRequest getActivityid_socialactivity()
-
getActivityid_appointment
public AppointmentRequest getActivityid_appointment()
-
getPartyid_queue
public QueueRequest getPartyid_queue()
-
getPartyid_systemuser
public SystemuserRequest getPartyid_systemuser()
-
getActivityid_fax
public FaxRequest getActivityid_fax()
-
getActivityid_phonecall
public PhonecallRequest getActivityid_phonecall()
-
getActivityid_task
public TaskRequest getActivityid_task()
-
getActivityid_letter
public LetterRequest getActivityid_letter()
-
getActivityid_email
public EmailRequest getActivityid_email()
-
getPartyid_knowledgearticle
public KnowledgearticleRequest getPartyid_knowledgearticle()
-
getPartyid_account
public AccountRequest getPartyid_account()
-
getActivityid_activitypointer
public ActivitypointerRequest getActivityid_activitypointer()
-
getPartyid_contact
public ContactRequest getPartyid_contact()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Activityparty 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 Activityparty 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
-
-