Uses of Class
odata.msgraph.client.beta.complex.TimeClockSettings
-
Packages that use TimeClockSettings Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of TimeClockSettings in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return TimeClockSettings Modifier and Type Method Description TimeClockSettingsTimeClockSettings.Builder. build()TimeClockSettingsTimeClockSettings. withApprovedLocation(GeoCoordinates approvedLocation)TimeClockSettingsTimeClockSettings. withUnmappedField(String name, String value) -
Uses of TimeClockSettings in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as TimeClockSettings Modifier and Type Field Description protected TimeClockSettingsSchedule. timeClockSettingsMethods in odata.msgraph.client.beta.entity that return types with arguments of type TimeClockSettings Modifier and Type Method Description Optional<TimeClockSettings>Schedule. getTimeClockSettings()Methods in odata.msgraph.client.beta.entity with parameters of type TimeClockSettings Modifier and Type Method Description Schedule.BuilderSchedule.Builder. timeClockSettings(TimeClockSettings timeClockSettings)ScheduleSchedule. withTimeClockSettings(TimeClockSettings timeClockSettings)
-