SignedIdentifier Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. SignedIdentifier
- com.
Implements
public final class SignedIdentifier
implements JsonSerializable<SignedIdentifier>
The SignedIdentifier model.
Constructor Summary
Constructor | Description |
---|---|
SignedIdentifier() |
Creates an instance of Signed |
Method Summary
Modifier and Type | Method and Description |
---|---|
Access |
accessPolicy()
Get the access |
static
Signed |
fromJson(JsonReader jsonReader)
Reads an instance of Signed |
String |
id()
Get the id property: An unique identifier of the stored access policy. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Signed |
withAccessPolicy(AccessPolicy accessPolicy)
Set the access |
Signed |
withId(String id)
Set the id property: An unique identifier of the stored access policy. |
Methods inherited from java.lang.Object
Constructor Details
SignedIdentifier
public SignedIdentifier()
Creates an instance of SignedIdentifier class.
Method Details
accessPolicy
public AccessPolicy accessPolicy()
Get the accessPolicy property: Access policy.
Returns:
fromJson
public static SignedIdentifier fromJson(JsonReader jsonReader)
Reads an instance of SignedIdentifier from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: An unique identifier of the stored access policy.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAccessPolicy
public SignedIdentifier withAccessPolicy(AccessPolicy accessPolicy)
Set the accessPolicy property: Access policy.
Parameters:
Returns:
withId
public SignedIdentifier withId(String id)
Set the id property: An unique identifier of the stored access policy.
Parameters:
Returns: