Class MicrosoftGraphFreeBusyError
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFreeBusyError
-
public final class MicrosoftGraphFreeBusyError extends Object
freeBusyError.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphFreeBusyError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: freeBusyError.String
message()
Get the message property: Describes the error.String
responseCode()
Get the responseCode property: The response code from querying for the availability of the user, distribution list, or resource.void
validate()
Validates the instance.MicrosoftGraphFreeBusyError
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: freeBusyError.MicrosoftGraphFreeBusyError
withMessage(String message)
Set the message property: Describes the error.MicrosoftGraphFreeBusyError
withResponseCode(String responseCode)
Set the responseCode property: The response code from querying for the availability of the user, distribution list, or resource.
-
-
-
Method Detail
-
message
public String message()
Get the message property: Describes the error.- Returns:
- the message value.
-
withMessage
public MicrosoftGraphFreeBusyError withMessage(String message)
Set the message property: Describes the error.- Parameters:
message
- the message value to set.- Returns:
- the MicrosoftGraphFreeBusyError object itself.
-
responseCode
public String responseCode()
Get the responseCode property: The response code from querying for the availability of the user, distribution list, or resource.- Returns:
- the responseCode value.
-
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:
responseCode
- the responseCode value to set.- Returns:
- the MicrosoftGraphFreeBusyError object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: freeBusyError.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphFreeBusyError withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: freeBusyError.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphFreeBusyError object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-