public class Calendar extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Calendar.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_businessunitid_value |
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_holidayschedulecalendarid_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_organizationid_value |
protected String |
calendarid |
protected OffsetDateTime |
createdon |
protected String |
description |
protected Boolean |
isshared |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected String |
primaryuserid |
protected Integer |
type |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Calendar() |
protected String name
protected String _modifiedonbehalfby_value
protected Integer type
protected String primaryuserid
protected String _createdonbehalfby_value
protected String _businessunitid_value
protected String description
protected Long versionnumber
protected OffsetDateTime createdon
protected OffsetDateTime modifiedon
protected String _holidayschedulecalendarid_value
protected String calendarid
protected String _createdby_value
protected Boolean isshared
protected String _organizationid_value
protected String _modifiedby_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Calendar.Builder builderCalendar()
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 Calendar with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Calendar with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getCreatedon()
public Calendar withCreatedon(OffsetDateTime createdon)
public Optional<OffsetDateTime> getModifiedon()
public Calendar withModifiedon(OffsetDateTime modifiedon)
public Calendar with_holidayschedulecalendarid_value(String _holidayschedulecalendarid_value)
public Calendar withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic CalendarruleCollectionRequest getCalendar_calendar_rules()
public SystemuserRequest getCreatedonbehalfby()
public BulkdeletefailureCollectionRequest getCalendar_BulkDeleteFailures()
public SlaCollectionRequest getSlabase_businesshoursid()
public SystemuserRequest getModifiedby()
public OrganizationCollectionRequest getCalendar_organization()
public BusinessunitRequest getBusinessunitid()
public BusinessunitCollectionRequest getBusinessUnit_Calendar()
public AnnotationCollectionRequest getCalendar_Annotation()
public CalendarRequest getHolidayschedulecalendarid()
public CalendarCollectionRequest getCalendar_customercalendar_holidaycalendar()
public SystemuserRequest getCreatedby()
public SystemuserCollectionRequest getCalendar_system_users()
public AsyncoperationCollectionRequest getCalendar_AsyncOperations()
public SystemuserRequest getModifiedonbehalfby()
public CalendarruleCollectionRequest getInner_calendar_calendar_rules()
public OrganizationRequest getOrganizationid()
public SlaitemCollectionRequest getCalendar_slaitem()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Calendar 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 Calendar 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 com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<ExpandCalendarResponse> expandCalendar(OffsetDateTime start, OffsetDateTime end)
public String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.