$OutOfOfficeClient class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearOutOfOffice({required String userId, bool? oCSAPIRequest})
→ Future<DynamiteResponse<OutOfOfficeClearOutOfOfficeResponseApplicationJson, void>>
-
Clear the out-of-office.
-
clearOutOfOfficeRaw({required String userId, bool? oCSAPIRequest})
→ DynamiteRawResponse<OutOfOfficeClearOutOfOfficeResponseApplicationJson, void>
-
Clear the out-of-office.
-
getCurrentOutOfOfficeData({required String userId, bool? oCSAPIRequest})
→ Future<DynamiteResponse<OutOfOfficeGetCurrentOutOfOfficeDataResponseApplicationJson, void>>
-
Get the currently configured out-of-office data of a user.
-
getCurrentOutOfOfficeDataRaw({required String userId, bool? oCSAPIRequest})
→ DynamiteRawResponse<OutOfOfficeGetCurrentOutOfOfficeDataResponseApplicationJson, void>
-
Get the currently configured out-of-office data of a user.
-
getOutOfOffice({required String userId, bool? oCSAPIRequest})
→ Future<DynamiteResponse<OutOfOfficeGetOutOfOfficeResponseApplicationJson, void>>
-
Get the configured out-of-office data of a user.
-
getOutOfOfficeRaw({required String userId, bool? oCSAPIRequest})
→ DynamiteRawResponse<OutOfOfficeGetOutOfOfficeResponseApplicationJson, void>
-
Get the configured out-of-office data of a user.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setOutOfOffice({required String firstDay, required String lastDay, required String status, required String message, required String userId, bool? oCSAPIRequest})
→ Future<DynamiteResponse<OutOfOfficeSetOutOfOfficeResponseApplicationJson, void>>
-
Set out-of-office absence.
-
setOutOfOfficeRaw({required String firstDay, required String lastDay, required String status, required String message, required String userId, bool? oCSAPIRequest})
→ DynamiteRawResponse<OutOfOfficeSetOutOfOfficeResponseApplicationJson, void>
-
Set out-of-office absence.
-
toString()
→ String
-
A string representation of this object.
inherited