Class ResourceProviderOperationDisplayProperties


  • public class ResourceProviderOperationDisplayProperties
    extends Object
    Resource provider operation's display properties.
    • Constructor Detail

      • ResourceProviderOperationDisplayProperties

        public ResourceProviderOperationDisplayProperties()
    • Method Detail

      • publisher

        public String publisher()
        Get the publisher value.
        Returns:
        the publisher value
      • withPublisher

        public ResourceProviderOperationDisplayProperties withPublisher​(String publisher)
        Set the publisher value.
        Parameters:
        publisher - the publisher value to set
        Returns:
        the ResourceProviderOperationDisplayProperties object itself.
      • provider

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

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

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

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

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

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

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

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