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