Uses of Class
microsoft.dynamics.crm.entity.Calendar
-
Packages that use Calendar Package Description microsoft.dynamics.crm.entity -
-
Uses of Calendar in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Calendar Modifier and Type Method Description CalendarCalendar.Builder. build()CalendarCalendar. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CalendarCalendar. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CalendarCalendar. with_businessunitid_value(UUID _businessunitid_value)CalendarCalendar. with_createdby_value(UUID _createdby_value)CalendarCalendar. with_createdonbehalfby_value(UUID _createdonbehalfby_value)CalendarCalendar. with_holidayschedulecalendarid_value(UUID _holidayschedulecalendarid_value)CalendarCalendar. with_modifiedby_value(UUID _modifiedby_value)CalendarCalendar. with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)CalendarCalendar. with_organizationid_value(UUID _organizationid_value)CalendarCalendar. withCalendarid(UUID calendarid)CalendarCalendar. withCreatedon(OffsetDateTime createdon)CalendarCalendar. withDescription(String description)CalendarCalendar. withIsshared(Boolean isshared)CalendarCalendar. withModifiedon(OffsetDateTime modifiedon)CalendarCalendar. withName(String name)CalendarCalendar. withPrimaryuserid(UUID primaryuserid)CalendarCalendar. withType(Integer type)CalendarCalendar. withUnmappedField(String name, Object value)CalendarCalendar. withVersionnumber(Long versionnumber)
-