MicrosoftGraphFreeBusyError Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphFreeBusyError
- com.
Implements
public final class MicrosoftGraphFreeBusyError
implements JsonSerializable<MicrosoftGraphFreeBusyError>
Represents a free busy error.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphFreeBusyError() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
| String |
message()
Get the message property: Describes the error. |
| String |
responseCode()
Get the response |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withMessage(String message)
Set the message property: Describes the error. |
|
Microsoft |
withResponseCode(String responseCode)
Set the response |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphFreeBusyError
public MicrosoftGraphFreeBusyError()
Creates an instance of MicrosoftGraphFreeBusyError class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: freeBusyError.
Returns:
fromJson
public static MicrosoftGraphFreeBusyError fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphFreeBusyError from the JsonReader.
Parameters:
Returns:
Throws:
message
public String message()
Get the message property: Describes the error.
Returns:
responseCode
public String responseCode()
Get the responseCode property: The response code from querying for the availability of the user, distribution list, or resource.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphFreeBusyError withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: freeBusyError.
Parameters:
Returns:
withMessage
public MicrosoftGraphFreeBusyError withMessage(String message)
Set the message property: Describes the error.
Parameters:
Returns:
withResponseCode
public MicrosoftGraphFreeBusyError withResponseCode(String responseCode)
Set the responseCode property: The response code from querying for the availability of the user, distribution list, or resource.
Parameters:
Returns: