Class ApplicationUpdateParameters


  • public class ApplicationUpdateParameters
    extends Object
    Parameters for an update application request.
    • Constructor Detail

      • ApplicationUpdateParameters

        public ApplicationUpdateParameters()
    • Method Detail

      • allowUpdates

        public Boolean allowUpdates()
        Get the allowUpdates value.
        Returns:
        the allowUpdates value
      • withAllowUpdates

        public ApplicationUpdateParameters withAllowUpdates​(Boolean allowUpdates)
        Set the allowUpdates value.
        Parameters:
        allowUpdates - the allowUpdates value to set
        Returns:
        the ApplicationUpdateParameters object itself.
      • defaultVersion

        public String defaultVersion()
        Get the defaultVersion value.
        Returns:
        the defaultVersion value
      • withDefaultVersion

        public ApplicationUpdateParameters withDefaultVersion​(String defaultVersion)
        Set the defaultVersion value.
        Parameters:
        defaultVersion - the defaultVersion value to set
        Returns:
        the ApplicationUpdateParameters object itself.
      • displayName

        public String displayName()
        Get the displayName value.
        Returns:
        the displayName value
      • withDisplayName

        public ApplicationUpdateParameters withDisplayName​(String displayName)
        Set the displayName value.
        Parameters:
        displayName - the displayName value to set
        Returns:
        the ApplicationUpdateParameters object itself.