public class Recurrencerule extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Recurrencerule.Builder |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Recurrencerule() |
protected OffsetDateTime patternenddate
protected String _objectid_value
protected Integer dayofmonth
protected String _createdby_value
protected String _ownerid_value
protected Integer monthofyear
protected Integer instance
protected String _owninguser_value
protected OffsetDateTime starttime
protected String _modifiedby_value
protected Boolean isnthmonthly
protected Boolean isnthyearly
protected Integer occurrences
protected Integer duration
protected Integer patternendtype
protected String _owningteam_value
protected Boolean isregenerate
protected OffsetDateTime modifiedon
protected String _createdonbehalfby_value
protected Integer daysofweekmask
protected OffsetDateTime createdon
protected Integer interval
protected OffsetDateTime effectivestartdate
protected OffsetDateTime endtime
protected Long versionnumber
protected String _owningbusinessunit_value
protected OffsetDateTime patternstartdate
protected Boolean isweekdaypattern
protected Integer firstdayofweek
protected Integer recurrencepatterntype
protected String _modifiedonbehalfby_value
protected String ruleid
protected OffsetDateTime effectiveenddate
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Recurrencerule.Builder builderRecurrencerule()
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 Optional<OffsetDateTime> getPatternenddate()
public Recurrencerule withPatternenddate(OffsetDateTime patternenddate)
public Recurrencerule with_objectid_value(String _objectid_value)
public Recurrencerule withDayofmonth(Integer dayofmonth)
public Recurrencerule with_createdby_value(String _createdby_value)
public Recurrencerule with_ownerid_value(String _ownerid_value)
public Recurrencerule withMonthofyear(Integer monthofyear)
public Recurrencerule withInstance(Integer instance)
public Recurrencerule with_owninguser_value(String _owninguser_value)
public Optional<OffsetDateTime> getStarttime()
public Recurrencerule withStarttime(OffsetDateTime starttime)
public Recurrencerule with_modifiedby_value(String _modifiedby_value)
public Recurrencerule withIsnthmonthly(Boolean isnthmonthly)
public Recurrencerule withIsnthyearly(Boolean isnthyearly)
public Recurrencerule withOccurrences(Integer occurrences)
public Recurrencerule withDuration(Integer duration)
public Recurrencerule withPatternendtype(Integer patternendtype)
public Recurrencerule with_owningteam_value(String _owningteam_value)
public Recurrencerule withIsregenerate(Boolean isregenerate)
public Optional<OffsetDateTime> getModifiedon()
public Recurrencerule withModifiedon(OffsetDateTime modifiedon)
public Recurrencerule with_createdonbehalfby_value(String _createdonbehalfby_value)
public Recurrencerule withDaysofweekmask(Integer daysofweekmask)
public Optional<OffsetDateTime> getCreatedon()
public Recurrencerule withCreatedon(OffsetDateTime createdon)
public Recurrencerule withInterval(Integer interval)
public Optional<OffsetDateTime> getEffectivestartdate()
public Recurrencerule withEffectivestartdate(OffsetDateTime effectivestartdate)
public Optional<OffsetDateTime> getEndtime()
public Recurrencerule withEndtime(OffsetDateTime endtime)
public Recurrencerule withVersionnumber(Long versionnumber)
public Recurrencerule with_owningbusinessunit_value(String _owningbusinessunit_value)
public Optional<OffsetDateTime> getPatternstartdate()
public Recurrencerule withPatternstartdate(OffsetDateTime patternstartdate)
public Recurrencerule withIsweekdaypattern(Boolean isweekdaypattern)
public Recurrencerule withFirstdayofweek(Integer firstdayofweek)
public Recurrencerule withRecurrencepatterntype(Integer recurrencepatterntype)
public Recurrencerule with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Recurrencerule withRuleid(String ruleid)
public Optional<OffsetDateTime> getEffectiveenddate()
public Recurrencerule withEffectiveenddate(OffsetDateTime effectiveenddate)
public Recurrencerule withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic BusinessunitRequest getOwningbusinessunit()
public SystemuserRequest getCreatedonbehalfby()
public PrincipalRequest getOwnerid()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getCreatedby()
public RecurringappointmentmasterCollectionRequest getRecurrencerule_recurringappointmentmaster()
public ActivitypointerRequest getObjectid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Recurrencerule 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 Recurrencerule 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–2021. All rights reserved.