Package odata.msgraph.client.complex
Class ResourceAction.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.ResourceAction.Builder
-
- Enclosing class:
- ResourceAction
public static final class ResourceAction.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceAction.BuilderallowedResourceActions(String... allowedResourceActions)“Allowed Actions”ResourceAction.BuilderallowedResourceActions(List<String> allowedResourceActions)“Allowed Actions”ResourceAction.BuilderallowedResourceActionsNextLink(String allowedResourceActionsNextLink)“Allowed Actions”ResourceActionbuild()ResourceAction.BuildernotAllowedResourceActions(String... notAllowedResourceActions)“Not Allowed Actions.”ResourceAction.BuildernotAllowedResourceActions(List<String> notAllowedResourceActions)“Not Allowed Actions.”ResourceAction.BuildernotAllowedResourceActionsNextLink(String notAllowedResourceActionsNextLink)“Not Allowed Actions.”
-
-
-
Method Detail
-
allowedResourceActions
public ResourceAction.Builder allowedResourceActions(List<String> allowedResourceActions)
“Allowed Actions”- Parameters:
allowedResourceActions- value ofallowedResourceActionsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
allowedResourceActions
public ResourceAction.Builder allowedResourceActions(String... allowedResourceActions)
“Allowed Actions”- Parameters:
allowedResourceActions- value ofallowedResourceActionsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
allowedResourceActionsNextLink
public ResourceAction.Builder allowedResourceActionsNextLink(String allowedResourceActionsNextLink)
“Allowed Actions”- Parameters:
allowedResourceActionsNextLink- value ofallowedResourceActions@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notAllowedResourceActions
public ResourceAction.Builder notAllowedResourceActions(List<String> notAllowedResourceActions)
“Not Allowed Actions.”- Parameters:
notAllowedResourceActions- value ofnotAllowedResourceActionsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notAllowedResourceActions
public ResourceAction.Builder notAllowedResourceActions(String... notAllowedResourceActions)
“Not Allowed Actions.”- Parameters:
notAllowedResourceActions- value ofnotAllowedResourceActionsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
notAllowedResourceActionsNextLink
public ResourceAction.Builder notAllowedResourceActionsNextLink(String notAllowedResourceActionsNextLink)
“Not Allowed Actions.”- Parameters:
notAllowedResourceActionsNextLink- value ofnotAllowedResourceActions@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public ResourceAction build()
-
-