Modifier and Type | Class and Description |
---|---|
static class |
Operation.Builder<T extends Operation.Builder<T>>
Builder to help construct the Operation.
|
Modifier | Constructor and Description |
---|---|
protected |
Operation(Operation.Builder builder)
Protected constructor of the Operation.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
allocateToResource(Resource.Builder resourceBuilder)
Allocates the operation by operation type to the given Resource Builder
by calling the corresonding method by type.
|
boolean |
equals(Object o) |
ApiError[] |
getApiErrors()
Getter of the error array.
|
LocalizableString |
getDescription()
Getter of the description.
|
Parameter[] |
getParameters()
Getter of the parameters array.
|
Stability |
getStability()
Getter of Operation stability.
|
String[] |
getSupportedLocales()
Getter of the supported locales array.
|
int |
hashCode() |
protected Operation(Operation.Builder builder)
builder
- Operation Builderpublic LocalizableString getDescription()
public String[] getSupportedLocales()
public ApiError[] getApiErrors()
public Parameter[] getParameters()
public Stability getStability()
null
which suggests Stability.STABLE
(default).protected abstract void allocateToResource(Resource.Builder resourceBuilder)
resourceBuilder
- - Resource Builder to add the operationCopyright © 2010-2018, ForgeRock All Rights Reserved.