Class ApplicationsRemovePasswordRequestBody
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.ApplicationsRemovePasswordRequestBody
The ApplicationsRemovePasswordRequestBody model.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApplicationsRemovePasswordRequestBody class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Dictionary of <AnyObject>.keyId()Get the keyId property: The keyId property.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Dictionary of <AnyObject>.Set the keyId property: The keyId property.
-
Constructor Details
-
ApplicationsRemovePasswordRequestBody
public ApplicationsRemovePasswordRequestBody()Creates an instance of ApplicationsRemovePasswordRequestBody class.
-
-
Method Details
-
keyId
Get the keyId property: The keyId property.- Returns:
- the keyId value.
-
withKeyId
Set the keyId property: The keyId property.- Parameters:
keyId- the keyId value to set.- Returns:
- the ApplicationsRemovePasswordRequestBody object itself.
-
additionalProperties
Get the additionalProperties property: Dictionary of <AnyObject>.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public ApplicationsRemovePasswordRequestBody withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Dictionary of <AnyObject>.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the ApplicationsRemovePasswordRequestBody object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-