public final class SignedIdentifier extends Object
Constructor and Description |
---|
SignedIdentifier() |
Modifier and Type | Method and Description |
---|---|
AccessPolicy |
accessPolicy()
Get the accessPolicy value.
|
String |
id()
Get the id value.
|
SignedIdentifier |
withAccessPolicy(AccessPolicy accessPolicy)
Set the accessPolicy value.
|
SignedIdentifier |
withId(String id)
Set the id value.
|
public String id()
public SignedIdentifier withId(String id)
id
- the id value to set.public AccessPolicy accessPolicy()
public SignedIdentifier withAccessPolicy(AccessPolicy accessPolicy)
accessPolicy
- the accessPolicy value to set.This documentation was released into the public domain.