Uses of Class
microsoft.dynamics.crm.complex.AppointmentsToIgnore
-
Packages that use AppointmentsToIgnore Package Description microsoft.dynamics.crm.complex -
-
Uses of AppointmentsToIgnore in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type AppointmentsToIgnore Modifier and Type Field Description protected List<AppointmentsToIgnore>AppointmentRequest. appointmentsToIgnoreMethods in microsoft.dynamics.crm.complex that return AppointmentsToIgnore Modifier and Type Method Description AppointmentsToIgnoreAppointmentsToIgnore.Builder. build()AppointmentsToIgnoreAppointmentsToIgnore. withResourceId(UUID resourceId)AppointmentsToIgnoreAppointmentsToIgnore. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type AppointmentsToIgnore Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AppointmentsToIgnore>AppointmentRequest. getAppointmentsToIgnore()com.github.davidmoten.odata.client.CollectionPage<AppointmentsToIgnore>AppointmentRequest. getAppointmentsToIgnore(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type AppointmentsToIgnore Modifier and Type Method Description AppointmentRequest.BuilderAppointmentRequest.Builder. appointmentsToIgnore(AppointmentsToIgnore... appointmentsToIgnore)Method parameters in microsoft.dynamics.crm.complex with type arguments of type AppointmentsToIgnore Modifier and Type Method Description AppointmentRequest.BuilderAppointmentRequest.Builder. appointmentsToIgnore(List<AppointmentsToIgnore> appointmentsToIgnore)
-