Package org.forgerock.api.models
Class Delete.Builder
- Enclosing class:
- Delete
Builder for the Delete.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the Delete instance.protected Delete.Builder
self()
Abstract method that returns the instantiated Builder itself.Methods inherited from class org.forgerock.api.models.Operation.Builder
description, description, detailsFromAnnotation, error, errors, parameter, parameters, stability, supportedLocales
-
Method Details
-
self
Description copied from class:Operation.Builder
Abstract method that returns the instantiated Builder itself.- Specified by:
self
in classOperation.Builder<Delete.Builder>
- Returns:
- Builder
-
build
Builds the Delete instance.- Returns:
- Delete instance
-