public final class Update extends Operation
Modifier and Type | Class and Description |
---|---|
static class |
Update.Builder
Builder to help construct Update.
|
Modifier and Type | Method and Description |
---|---|
protected void |
allocateToResource(Resource.Builder resourceBuilder)
Allocates the Update operation type to the given Resource Builder.
|
static Update |
fromAnnotation(Update update,
ApiDescription descriptor,
Class<?> relativeType)
Builds an Update object from the data stored in the annotation.
|
static Update.Builder |
update()
Creates a new builder for Operation.
|
equals, getApiErrors, getDescription, getParameters, getStability, getSupportedLocales, hashCode
public static Update.Builder update()
protected void allocateToResource(Resource.Builder resourceBuilder)
allocateToResource
in class Operation
resourceBuilder
- - Resource Builder to add the operationpublic static Update fromAnnotation(Update update, ApiDescription descriptor, Class<?> relativeType)
update
- Update annotation that stores the datadescriptor
- The root descriptor to add definitions to.relativeType
- The type relative to which schema resources should be resolved.Copyright © 2010-2018, ForgeRock All Rights Reserved.