public final class Read extends Operation
Modifier and Type | Class and Description |
---|---|
static class |
Read.Builder
Builder to help construct the Read.
|
Modifier and Type | Method and Description |
---|---|
protected void |
allocateToResource(Resource.Builder resourceBuilder)
Allocates the Read operation type to the given Resource Builder.
|
static Read |
fromAnnotation(Read read,
ApiDescription descriptor,
Class<?> relativeType)
Builds a Read object from the data in the read annotation.
|
static Read.Builder |
read()
Creates a new builder for Operation.
|
equals, getApiErrors, getDescription, getParameters, getStability, getSupportedLocales, hashCode
public static Read.Builder read()
protected void allocateToResource(Resource.Builder resourceBuilder)
allocateToResource
in class Operation
resourceBuilder
- - Resource Builder to add the operationpublic static Read fromAnnotation(Read read, ApiDescription descriptor, Class<?> relativeType)
read
- Read annotation that holds 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.