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, hashCodepublic static final Update.Builder update()
protected void allocateToResource(Resource.Builder resourceBuilder)
allocateToResource in class OperationresourceBuilder - - 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 © 2025 Open Identity Platform Community. All rights reserved.