public static final class Action.Builder extends Operation.Builder<Action.Builder>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Action |
build()
Builds the Action instance.
|
Action.Builder |
name(String name)
Set the Id.
|
Action.Builder |
request(Schema request)
Set the request.
|
Action.Builder |
response(Schema response)
Set the response.
|
protected Action.Builder |
self()
Abstract method that returns the instantiated Builder itself.
|
description, description, detailsFromAnnotation, error, errors, parameter, parameters, stability, supportedLocales
protected Action.Builder self()
Operation.Builder
self
in class Operation.Builder<Action.Builder>
public Action.Builder name(String name)
name
- Action namepublic Action.Builder request(Schema request)
request
- Action requestpublic Action.Builder response(Schema response)
response
- Action resopnsepublic Action build()
Copyright © 2010-2018, ForgeRock All Rights Reserved.