ApplicationsRemoveKeyRequestBody Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. ApplicationsRemoveKeyRequestBody
- com.
Implements
public final class ApplicationsRemoveKeyRequestBody
implements JsonSerializable<ApplicationsRemoveKeyRequestBody>
The ApplicationsRemoveKeyRequestBody model.
Constructor Summary
| Constructor | Description |
|---|---|
| ApplicationsRemoveKeyRequestBody() |
Creates an instance of Applications |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
static
Applications |
fromJson(JsonReader jsonReader)
Reads an instance of Applications |
| UUID |
keyId()
Get the key |
| String |
proof()
Get the proof property: The proof property. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Applications |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Applications |
withKeyId(UUID keyId)
Set the key |
|
Applications |
withProof(String proof)
Set the proof property: The proof property. |
Methods inherited from java.lang.Object
Constructor Details
ApplicationsRemoveKeyRequestBody
public ApplicationsRemoveKeyRequestBody()
Creates an instance of ApplicationsRemoveKeyRequestBody class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: Dictionary of <AnyObject>.
Returns:
fromJson
public static ApplicationsRemoveKeyRequestBody fromJson(JsonReader jsonReader)
Reads an instance of ApplicationsRemoveKeyRequestBody from the JsonReader.
Parameters:
Returns:
Throws:
keyId
public UUID keyId()
Get the keyId property: The keyId property.
Returns:
proof
public String proof()
Get the proof property: The proof property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public ApplicationsRemoveKeyRequestBody withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dictionary of <AnyObject>.
Parameters:
Returns:
withKeyId
public ApplicationsRemoveKeyRequestBody withKeyId(UUID keyId)
Set the keyId property: The keyId property.
Parameters:
Returns:
withProof
public ApplicationsRemoveKeyRequestBody withProof(String proof)
Set the proof property: The proof property.
Parameters:
Returns: