public class Calendarrule extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Calendarrule.Builder |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Calendarrule() |
protected Integer rank
protected OffsetDateTime createdon
protected OffsetDateTime starttime
protected String groupdesignator
protected String organizationid
protected Boolean isselected
protected Integer duration
protected Integer offset
protected Integer timecode
protected String _innercalendarid_value
protected OffsetDateTime modifiedon
protected Integer extentcode
protected Integer subcode
protected Boolean isvaried
protected OffsetDateTime effectiveintervalstart
protected String name
protected OffsetDateTime endtime
protected String _createdby_value
protected Boolean issimple
protected String calendarruleid
protected Integer timezonecode
protected String pattern
protected Double effort
protected String description
protected Boolean ismodified
protected String _modifiedby_value
protected String _calendarid_value
protected String _modifiedonbehalfby_value
protected String _createdonbehalfby_value
protected Long versionnumber
protected OffsetDateTime effectiveintervalend
protected String businessunitid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Calendarrule.Builder builderCalendarrule()
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 Calendarrule withRank(Integer rank)
public Optional<OffsetDateTime> getCreatedon()
public Calendarrule withCreatedon(OffsetDateTime createdon)
public Optional<OffsetDateTime> getStarttime()
public Calendarrule withStarttime(OffsetDateTime starttime)
public Calendarrule withGroupdesignator(String groupdesignator)
public Calendarrule withOrganizationid(String organizationid)
public Calendarrule withIsselected(Boolean isselected)
public Calendarrule withDuration(Integer duration)
public Calendarrule withOffset(Integer offset)
public Calendarrule withTimecode(Integer timecode)
public Calendarrule with_innercalendarid_value(String _innercalendarid_value)
public Optional<OffsetDateTime> getModifiedon()
public Calendarrule withModifiedon(OffsetDateTime modifiedon)
public Calendarrule withExtentcode(Integer extentcode)
public Calendarrule withSubcode(Integer subcode)
public Calendarrule withIsvaried(Boolean isvaried)
public Optional<OffsetDateTime> getEffectiveintervalstart()
public Calendarrule withEffectiveintervalstart(OffsetDateTime effectiveintervalstart)
public Calendarrule withName(String name)
public Optional<OffsetDateTime> getEndtime()
public Calendarrule withEndtime(OffsetDateTime endtime)
public Calendarrule with_createdby_value(String _createdby_value)
public Calendarrule withIssimple(Boolean issimple)
public Calendarrule withCalendarruleid(String calendarruleid)
public Calendarrule withTimezonecode(Integer timezonecode)
public Calendarrule withPattern(String pattern)
public Calendarrule withEffort(Double effort)
public Calendarrule withDescription(String description)
public Calendarrule withIsmodified(Boolean ismodified)
public Calendarrule with_modifiedby_value(String _modifiedby_value)
public Calendarrule with_calendarid_value(String _calendarid_value)
public Calendarrule with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Calendarrule with_createdonbehalfby_value(String _createdonbehalfby_value)
public Calendarrule withVersionnumber(Long versionnumber)
public Optional<OffsetDateTime> getEffectiveintervalend()
public Calendarrule withEffectiveintervalend(OffsetDateTime effectiveintervalend)
public Calendarrule withBusinessunitid(String businessunitid)
public Calendarrule withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic CalendarRequest getCalendarid()
public SystemuserRequest getModifiedby()
public SystemuserRequest getModifiedonbehalfby()
public CalendarRequest getInnercalendarid()
public SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Calendarrule 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 Calendarrule 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.