public final class SignedIdentifier
extends java.lang.Object
| Constructor and Description |
|---|
SignedIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
AccessPolicy |
accessPolicy()
Get the accessPolicy value.
|
java.lang.String |
id()
Get the id value.
|
SignedIdentifier |
withAccessPolicy(AccessPolicy accessPolicy)
Set the accessPolicy value.
|
SignedIdentifier |
withId(java.lang.String id)
Set the id value.
|
public java.lang.String id()
public SignedIdentifier withId(java.lang.String id)
id - the id value to set.public AccessPolicy accessPolicy()
public SignedIdentifier withAccessPolicy(AccessPolicy accessPolicy)
accessPolicy - the accessPolicy value to set.