Class AvailableRpOperationDisplayInfo


  • public final class AvailableRpOperationDisplayInfo
    extends Object
    Description of an available operation.
    • Constructor Detail

      • AvailableRpOperationDisplayInfo

        public AvailableRpOperationDisplayInfo()
    • Method Detail

      • description

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

        public AvailableRpOperationDisplayInfo withDescription​(String description)
        Set the description property: Operation description.
        Parameters:
        description - the description value to set.
        Returns:
        the AvailableRpOperationDisplayInfo object itself.
      • resource

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

        public AvailableRpOperationDisplayInfo withResource​(String resource)
        Set the resource property: Resource type.
        Parameters:
        resource - the resource value to set.
        Returns:
        the AvailableRpOperationDisplayInfo object itself.
      • provider

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

        public AvailableRpOperationDisplayInfo withProvider​(String provider)
        Set the provider property: Resource provider name.
        Parameters:
        provider - the provider value to set.
        Returns:
        the AvailableRpOperationDisplayInfo object itself.
      • operation

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

        public AvailableRpOperationDisplayInfo withOperation​(String operation)
        Set the operation property: Operation name.
        Parameters:
        operation - the operation value to set.
        Returns:
        the AvailableRpOperationDisplayInfo object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.