Uses of Class
odata.msgraph.client.complex.ShiftAvailability
-
Packages that use ShiftAvailability Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ShiftAvailability in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ShiftAvailability Modifier and Type Method Description ShiftAvailabilityShiftAvailability.Builder. build()ShiftAvailabilityShiftAvailability. withRecurrence(PatternedRecurrence recurrence)ShiftAvailabilityShiftAvailability. withTimeZone(String timeZone)ShiftAvailabilityShiftAvailability. withUnmappedField(String name, Object value) -
Uses of ShiftAvailability in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type ShiftAvailability Modifier and Type Field Description protected List<ShiftAvailability>ShiftPreferences. availabilityMethods in odata.msgraph.client.entity that return types with arguments of type ShiftAvailability Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ShiftAvailability>ShiftPreferences. getAvailability()com.github.davidmoten.odata.client.CollectionPage<ShiftAvailability>ShiftPreferences. getAvailability(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type ShiftAvailability Modifier and Type Method Description ShiftPreferences.BuilderShiftPreferences.Builder. availability(ShiftAvailability... availability)Method parameters in odata.msgraph.client.entity with type arguments of type ShiftAvailability Modifier and Type Method Description ShiftPreferences.BuilderShiftPreferences.Builder. availability(List<ShiftAvailability> availability)ShiftPreferencesShiftPreferences. withAvailability(List<ShiftAvailability> availability)
-