Modifier | Constructor and Description |
---|---|
protected |
Builder()
Private default constructor.
|
Modifier and Type | Method and Description |
---|---|
Items.Builder |
action(Action action)
Adds one Action to the list of Actions.
|
Items.Builder |
actions(List<Action> actions)
Set Actions.
|
Items |
build()
Construct a new instance of Resource.
|
Items.Builder |
create(Create create)
Set create.
|
Items.Builder |
delete(Delete delete)
Set Delete.
|
Items.Builder |
patch(Patch patch)
Set Patch.
|
Items.Builder |
pathParameter(Parameter pathParameter)
Sets the path parameter for this resource.
|
Items.Builder |
read(Read read)
Set Read.
|
Items.Builder |
subresources(SubResources subresources)
Sets the sub-resources for this resource.
|
Items.Builder |
update(Update update)
Set Update.
|
public Items.Builder create(Create create)
create
- The create operation description, if supportedpublic Items.Builder read(Read read)
read
- The read operation description, if supportedpublic Items.Builder update(Update update)
update
- The update operation description, if supportedpublic Items.Builder delete(Delete delete)
delete
- The delete operation description, if supportedpublic Items.Builder patch(Patch patch)
patch
- The patch operation description, if supportedpublic Items.Builder actions(List<Action> actions)
actions
- The list of action operation descriptions, if supportedpublic Items.Builder action(Action action)
action
- Action operation description to be added to the listpublic Items.Builder pathParameter(Parameter pathParameter)
pathParameter
- The path parameter definition.public Items.Builder subresources(SubResources subresources)
subresources
- The sub-reosurces definition.public Items build()
Copyright © 2010-2018, ForgeRock All Rights Reserved.