$OutOfOfficeClient class

Constructors

$OutOfOfficeClient($Client _rootClient)
Creates a new DynamiteClient for out_of_office requests.

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_Request({required String userId, bool? oCSAPIRequest}) → Request
Clear the out-of-office.
$clearOutOfOffice_Serializer() → DynamiteSerializer<OutOfOfficeClearOutOfOfficeResponseApplicationJson, void>
Builds a serializer to parse the response of $clearOutOfOffice_Request.
$getCurrentOutOfOfficeData_Request({required String userId, bool? oCSAPIRequest}) → Request
Get the currently configured out-of-office data of a user.
$getCurrentOutOfOfficeData_Serializer() → DynamiteSerializer<OutOfOfficeGetCurrentOutOfOfficeDataResponseApplicationJson, void>
Builds a serializer to parse the response of $getCurrentOutOfOfficeData_Request.
$getOutOfOffice_Request({required String userId, bool? oCSAPIRequest}) → Request
Get the configured out-of-office data of a user.
$getOutOfOffice_Serializer() → DynamiteSerializer<OutOfOfficeGetOutOfOfficeResponseApplicationJson, void>
Builds a serializer to parse the response of $getOutOfOffice_Request.
$setOutOfOffice_Request({required String firstDay, required String lastDay, required String status, required String message, required String userId, bool? oCSAPIRequest}) → Request
Set out-of-office absence.
$setOutOfOffice_Serializer() → DynamiteSerializer<OutOfOfficeSetOutOfOfficeResponseApplicationJson, void>
Builds a serializer to parse the response of $setOutOfOffice_Request.
clearOutOfOffice({required String userId, bool? oCSAPIRequest}) Future<DynamiteResponse<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.
getOutOfOffice({required String userId, bool? oCSAPIRequest}) Future<DynamiteResponse<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.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited