Class OperationDisplay


  • public class OperationDisplay
    extends Object
    Display metadata associated with the operation.
    • Constructor Detail

      • OperationDisplay

        public OperationDisplay()
    • Method Detail

      • provider

        public String provider()
        Get the provider value.
        Returns:
        the provider value
      • withProvider

        public OperationDisplay withProvider​(String provider)
        Set the provider value.
        Parameters:
        provider - the provider value to set
        Returns:
        the OperationDisplay object itself.
      • resource

        public String resource()
        Get the resource value.
        Returns:
        the resource value
      • withResource

        public OperationDisplay withResource​(String resource)
        Set the resource value.
        Parameters:
        resource - the resource value to set
        Returns:
        the OperationDisplay object itself.
      • operation

        public String operation()
        Get the operation value.
        Returns:
        the operation value
      • withOperation

        public OperationDisplay withOperation​(String operation)
        Set the operation value.
        Parameters:
        operation - the operation value to set
        Returns:
        the OperationDisplay object itself.
      • description

        public String description()
        Get the description value.
        Returns:
        the description value
      • withDescription

        public OperationDisplay withDescription​(String description)
        Set the description value.
        Parameters:
        description - the description value to set
        Returns:
        the OperationDisplay object itself.