Uses of Class
microsoft.dynamics.crm.entity.Appointment
-
Packages that use Appointment Package Description microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.collection.request -
-
Uses of Appointment in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Appointment Modifier and Type Method Description AppointmentAppointment.Builder. build()AppointmentAppointment. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AppointmentAppointment. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AppointmentAppointment. withAttachmenterrors(Integer attachmenterrors)AppointmentAppointment. withCategory(String category)AppointmentAppointment. withGlobalobjectid(String globalobjectid)AppointmentAppointment. withImportsequencenumber(Integer importsequencenumber)AppointmentAppointment. withIsalldayevent(Boolean isalldayevent)AppointmentAppointment. withIsdraft(Boolean isdraft)AppointmentAppointment. withIsunsafe(Integer isunsafe)AppointmentAppointment. withLocation(String location)AppointmentAppointment. withModifiedfieldsmask(String modifiedfieldsmask)AppointmentAppointment. withOriginalstartdate(OffsetDateTime originalstartdate)AppointmentAppointment. withOutlookownerapptid(Integer outlookownerapptid)AppointmentAppointment. withOverriddencreatedon(OffsetDateTime overriddencreatedon)AppointmentAppointment. withSubcategory(String subcategory)AppointmentAppointment. withSubscriptionid(String subscriptionid)AppointmentAppointment. withUnmappedField(String name, String value) -
Uses of Appointment in microsoft.dynamics.crm.entity.collection.request
Methods in microsoft.dynamics.crm.entity.collection.request with parameters of type Appointment Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<CreateExceptionResponse>RecurringappointmentmasterCollectionRequest. createException(Appointment target, OffsetDateTime originalStartDate, Boolean isDeleted)
-