public static final class ResourceAction.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ResourceAction.Builder |
allowedResourceActions(List<String> allowedResourceActions)
“Allowed Actions”
|
ResourceAction.Builder |
allowedResourceActions(String... allowedResourceActions)
“Allowed Actions”
|
ResourceAction.Builder |
allowedResourceActionsNextLink(String allowedResourceActionsNextLink)
“Allowed Actions”
|
ResourceAction |
build() |
ResourceAction.Builder |
notAllowedResourceActions(List<String> notAllowedResourceActions)
“Not Allowed Actions.”
|
ResourceAction.Builder |
notAllowedResourceActions(String... notAllowedResourceActions)
“Not Allowed Actions.”
|
ResourceAction.Builder |
notAllowedResourceActionsNextLink(String notAllowedResourceActionsNextLink)
“Not Allowed Actions.”
|
public ResourceAction.Builder allowedResourceActions(List<String> allowedResourceActions)
allowedResourceActions - value of allowedResourceActions property (as defined in service metadata)this (for method chaining)public ResourceAction.Builder allowedResourceActions(String... allowedResourceActions)
allowedResourceActions - value of allowedResourceActions property (as defined in service metadata)this (for method chaining)public ResourceAction.Builder allowedResourceActionsNextLink(String allowedResourceActionsNextLink)
allowedResourceActionsNextLink - value of allowedResourceActions@nextLink property (as defined in service metadata)this (for method chaining)public ResourceAction.Builder notAllowedResourceActions(List<String> notAllowedResourceActions)
notAllowedResourceActions - value of notAllowedResourceActions property (as defined in service metadata)this (for method chaining)public ResourceAction.Builder notAllowedResourceActions(String... notAllowedResourceActions)
notAllowedResourceActions - value of notAllowedResourceActions property (as defined in service metadata)this (for method chaining)public ResourceAction.Builder notAllowedResourceActionsNextLink(String notAllowedResourceActionsNextLink)
notAllowedResourceActionsNextLink - value of notAllowedResourceActions@nextLink property (as defined in service metadata)this (for method chaining)public ResourceAction build()
Copyright © 2018–2020. All rights reserved.