Class ProjectSettings


  • public class ProjectSettings
    extends Object
    Represents settings associated with a project.
    • Constructor Detail

      • ProjectSettings

        public ProjectSettings()
    • Method Detail

      • domainId

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

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

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

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

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

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