Uses of Class
odata.msgraph.client.complex.FreeBusyError
-
Packages that use FreeBusyError Package Description odata.msgraph.client.complex -
-
Uses of FreeBusyError in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as FreeBusyError Modifier and Type Field Description protected FreeBusyErrorScheduleInformation. errorMethods in odata.msgraph.client.complex that return FreeBusyError Modifier and Type Method Description FreeBusyErrorFreeBusyError.Builder. build()FreeBusyErrorFreeBusyError. withMessage(String message)FreeBusyErrorFreeBusyError. withResponseCode(String responseCode)FreeBusyErrorFreeBusyError. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type FreeBusyError Modifier and Type Method Description Optional<FreeBusyError>ScheduleInformation. getError()Methods in odata.msgraph.client.complex with parameters of type FreeBusyError Modifier and Type Method Description ScheduleInformation.BuilderScheduleInformation.Builder. error(FreeBusyError error)ScheduleInformationScheduleInformation. withError(FreeBusyError error)
-