Class CreateProjectOptionalParameter


  • public class CreateProjectOptionalParameter
    extends Object
    The CreateProjectOptionalParameter model.
    • Constructor Detail

      • CreateProjectOptionalParameter

        public CreateProjectOptionalParameter()
    • Method Detail

      • description

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

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

        public UUID domainId()
        Get the domainId value.
        Returns:
        the domainId value
      • withDomainId

        public CreateProjectOptionalParameter withDomainId​(UUID domainId)
        Set the domainId value.
        Parameters:
        domainId - the domainId value to set
        Returns:
        the CreateProjectOptionalParameter object itself.
      • classificationType

        public String classificationType()
        Get the classificationType value.
        Returns:
        the classificationType value
      • withClassificationType

        public CreateProjectOptionalParameter withClassificationType​(String classificationType)
        Set the classificationType value.
        Parameters:
        classificationType - the classificationType value to set
        Returns:
        the CreateProjectOptionalParameter object itself.
      • targetExportPlatforms

        public List<String> targetExportPlatforms()
        Get the targetExportPlatforms value.
        Returns:
        the targetExportPlatforms value
      • withTargetExportPlatforms

        public CreateProjectOptionalParameter withTargetExportPlatforms​(List<String> targetExportPlatforms)
        Set the targetExportPlatforms value.
        Parameters:
        targetExportPlatforms - the targetExportPlatforms value to set
        Returns:
        the CreateProjectOptionalParameter object itself.
      • thisclientacceptLanguage

        public String thisclientacceptLanguage()
        Get the thisclientacceptLanguage value.
        Returns:
        the thisclientacceptLanguage value
      • withThisclientacceptLanguage

        public CreateProjectOptionalParameter withThisclientacceptLanguage​(String thisclientacceptLanguage)
        Set the thisclientacceptLanguage value.
        Parameters:
        thisclientacceptLanguage - the thisclientacceptLanguage value to set
        Returns:
        the CreateProjectOptionalParameter object itself.