Class ApplicationUpdateObject


  • public class ApplicationUpdateObject
    extends Object
    Object model for updating the name or description of an application.
    • Constructor Detail

      • ApplicationUpdateObject

        public ApplicationUpdateObject()
    • Method Detail

      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public ApplicationUpdateObject withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the ApplicationUpdateObject object itself.
      • description

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

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