public class Activityparty extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Activityparty.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_activityid_value |
protected String |
_ownerid_value |
protected String |
_partyid_value |
protected String |
activitypartyid |
protected String |
addressused |
protected Integer |
addressusedemailcolumnnumber |
protected Boolean |
donotemail |
protected Boolean |
donotfax |
protected Boolean |
donotphone |
protected Boolean |
donotpostalmail |
protected Double |
effort |
protected String |
exchangeentryid |
protected Integer |
instancetypecode |
protected Boolean |
ispartydeleted |
protected Integer |
participationtypemask |
protected OffsetDateTime |
scheduledend |
protected OffsetDateTime |
scheduledstart |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Activityparty() |
protected Integer addressusedemailcolumnnumber
protected OffsetDateTime scheduledend
protected Double effort
protected Integer instancetypecode
protected Boolean donotfax
protected String addressused
protected OffsetDateTime scheduledstart
protected String _partyid_value
protected String _activityid_value
protected String exchangeentryid
protected Boolean donotphone
protected Long versionnumber
protected Integer participationtypemask
protected Boolean ispartydeleted
protected String _ownerid_value
protected Boolean donotpostalmail
protected String activitypartyid
protected Boolean donotemail
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Activityparty.Builder builderActivityparty()
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 Activityparty withAddressusedemailcolumnnumber(Integer addressusedemailcolumnnumber)
public Optional<OffsetDateTime> getScheduledend()
public Activityparty withScheduledend(OffsetDateTime scheduledend)
public Activityparty withEffort(Double effort)
public Activityparty withInstancetypecode(Integer instancetypecode)
public Activityparty withDonotfax(Boolean donotfax)
public Activityparty withAddressused(String addressused)
public Optional<OffsetDateTime> getScheduledstart()
public Activityparty withScheduledstart(OffsetDateTime scheduledstart)
public Activityparty with_partyid_value(String _partyid_value)
public Activityparty with_activityid_value(String _activityid_value)
public Activityparty withExchangeentryid(String exchangeentryid)
public Activityparty withDonotphone(Boolean donotphone)
public Activityparty withVersionnumber(Long versionnumber)
public Activityparty withParticipationtypemask(Integer participationtypemask)
public Activityparty withIspartydeleted(Boolean ispartydeleted)
public Activityparty with_ownerid_value(String _ownerid_value)
public Activityparty withDonotpostalmail(Boolean donotpostalmail)
public Activityparty withActivitypartyid(String activitypartyid)
public Activityparty withDonotemail(Boolean donotemail)
public Activityparty withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SyncerrorCollectionRequest getActivityParty_SyncErrors()
public RecurringappointmentmasterRequest getActivityid_recurringappointmentmaster()
public SocialactivityRequest getActivityid_socialactivity()
public AppointmentRequest getActivityid_appointment()
public QueueRequest getPartyid_queue()
public SystemuserRequest getPartyid_systemuser()
public FaxRequest getActivityid_fax()
public PhonecallRequest getActivityid_phonecall()
public TaskRequest getActivityid_task()
public LetterRequest getActivityid_letter()
public EmailRequest getActivityid_email()
public KnowledgearticleRequest getPartyid_knowledgearticle()
public AccountRequest getPartyid_account()
public ActivitypointerRequest getActivityid_activitypointer()
public ContactRequest getPartyid_contact()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Activityparty 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 Activityparty 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.