Class ResourceAction.Builder

    • Method Detail

      • allowedResourceActions

        public ResourceAction.Builder allowedResourceActions​(List<String> allowedResourceActions)
        “Allowed Actions”
        Parameters:
        allowedResourceActions - value of allowedResourceActions property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • allowedResourceActions

        public ResourceAction.Builder allowedResourceActions​(String... allowedResourceActions)
        “Allowed Actions”
        Parameters:
        allowedResourceActions - value of allowedResourceActions property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • allowedResourceActionsNextLink

        public ResourceAction.Builder allowedResourceActionsNextLink​(String allowedResourceActionsNextLink)
        “Allowed Actions”
        Parameters:
        allowedResourceActionsNextLink - value of allowedResourceActions@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • notAllowedResourceActions

        public ResourceAction.Builder notAllowedResourceActions​(List<String> notAllowedResourceActions)
        “Not Allowed Actions.”
        Parameters:
        notAllowedResourceActions - value of notAllowedResourceActions property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • notAllowedResourceActions

        public ResourceAction.Builder notAllowedResourceActions​(String... notAllowedResourceActions)
        “Not Allowed Actions.”
        Parameters:
        notAllowedResourceActions - value of notAllowedResourceActions property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • notAllowedResourceActionsNextLink

        public ResourceAction.Builder notAllowedResourceActionsNextLink​(String notAllowedResourceActionsNextLink)
        “Not Allowed Actions.”
        Parameters:
        notAllowedResourceActionsNextLink - value of notAllowedResourceActions@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)