Class RolePermission.Builder

    • Method Detail

      • actions

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

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

        public RolePermission.Builder actionsNextLink​(String actionsNextLink)
        “Allowed Actions - Deprecated”
        Parameters:
        actionsNextLink - value of actions@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • resourceActions

        public RolePermission.Builder resourceActions​(List<ResourceAction> resourceActions)
        “Resource Actions each containing a set of allowed and not allowed permissions.”
        Parameters:
        resourceActions - value of resourceActions property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • resourceActions

        public RolePermission.Builder resourceActions​(ResourceAction... resourceActions)
        “Resource Actions each containing a set of allowed and not allowed permissions.”
        Parameters:
        resourceActions - value of resourceActions property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • resourceActionsNextLink

        public RolePermission.Builder resourceActionsNextLink​(String resourceActionsNextLink)
        “Resource Actions each containing a set of allowed and not allowed permissions.”
        Parameters:
        resourceActionsNextLink - value of resourceActions@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)