Packages

case class ProjectDescriptor extends DynamicObject with Product with Serializable

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, DynamicObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectDescriptor
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DynamicObject
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProjectDescriptor()
    Annotations
    @JSExportTopLevel( "ProjectDescriptor" )
  2. new ProjectDescriptor(main: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ()type: ClientOption[String]
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def apiId(): ClientOption[String]
  6. def apiUrn(): ClientOption[String]
  7. def apiVersion(): ClientOption[String]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def attributes(): ClientList[AttributeEntry]
  10. def backwardsCompatible(): ClientOption[Boolean]
  11. def categories(): ClientList[String]
  12. def classifier(): ClientOption[String]
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  14. def contactEMail(): ClientOption[String]
  15. def contactName(): ClientOption[String]
  16. def createdAt(): ClientOption[String]
  17. def createdBy(): ClientOption[String]
  18. def customFields(): ClientList[String]
  19. def dependencies(): ClientList[ProjectDependency]
  20. def description(): ClientOption[String]
  21. def descriptorVersion(): String
  22. def documentation(): ClientList[Documentation]
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def filePackaging(): ClientList[FilePackaging]
  25. def gav(): Gav
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  27. def hasDocumentation(): ClientOption[Boolean]
  28. def instances(): ClientList[Instance]
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isLegacyDescriptor(): Boolean
  31. def keyValueTags(): ClientList[String]
  32. def main(): ClientOption[String]
  33. def majorVersionComponent(): ClientOption[Int]
  34. def managedTags(): ClientList[String]
  35. def metadata(): ClientOption[Metadata]
  36. def minorVersionComponent(): ClientOption[Int]
  37. def name(): String
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  41. def organizationId(): ClientOption[String]
  42. def originalFormatVersion(): ClientOption[String]
  43. def patchVersionComponent(): ClientOption[Int]
  44. def projectETag(): ClientOption[String]
  45. def projectId(): ClientOption[String]
  46. def projectType(): ClientOption[String]
  47. def publishWithRefFiles(): ClientOption[Boolean]
  48. def status(): ClientOption[String]
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def systemUpdateTime(): ClientOption[String]
  51. def tags(): ClientList[String]
  52. def tenantId(): ClientOption[String]
  53. def updatedAt(): ClientOption[String]
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def withApiId(apiId: String): ProjectDescriptor
  58. def withApiUrn(apiUrn: String): ProjectDescriptor
  59. def withApiVersion(apiVersion: String): ProjectDescriptor
  60. def withAttributes(attributes: ClientList[AttributeEntry]): ProjectDescriptor
  61. def withBackwardsCompatible(value: Boolean): ProjectDescriptor
  62. def withCategories(categories: ClientList[String]): ProjectDescriptor
  63. def withClassifier(classifier: String): ProjectDescriptor
  64. def withCommunities(communities: ClientList[Community]): ProjectDescriptor
  65. def withCommunity(community: Community): ProjectDescriptor
  66. def withCreatedAt(createdAt: String): ProjectDescriptor
  67. def withCreatedBy(createdBy: String): ProjectDescriptor
  68. def withDependencies(dependencies: ClientList[ProjectDependency]): ProjectDescriptor
  69. def withDependency(dependency: ProjectDependency): ProjectDescriptor
  70. def withDescription(description: String): ProjectDescriptor
  71. def withDescriptorVersion(version: String): ProjectDescriptor
  72. def withDocumentation(documentations: ClientList[Documentation]): ProjectDescriptor
  73. def withDocumentation(documentation: Documentation): ProjectDescriptor
  74. def withDynamicProperty(key: String, value: JsonLDObject): DynamicObject
    Definition Classes
    DynamicObject
  75. def withDynamicProperty(key: String, value: Float): DynamicObject
    Definition Classes
    DynamicObject
  76. def withDynamicProperty(key: String, value: Boolean): DynamicObject
    Definition Classes
    DynamicObject
  77. def withDynamicProperty(key: String, value: Int): DynamicObject
    Definition Classes
    DynamicObject
  78. def withDynamicProperty(key: String, value: String): DynamicObject
    Definition Classes
    DynamicObject
  79. def withFields(fields: ClientList[String]): ProjectDescriptor
  80. def withFilePackaging(filePackaging: ClientList[FilePackaging]): ProjectDescriptor
  81. def withGav(gav: Gav): ProjectDescriptor
  82. def withGovernanceInfo(governanceInfo: GovernanceInfo): ProjectDescriptor
  83. def withHasDocumentation(hasDocumentation: Boolean): ProjectDescriptor
  84. def withInstance(instance: Instance): ProjectDescriptor
  85. def withInstances(instances: ClientList[Instance]): ProjectDescriptor
  86. def withKeyValueTags(keyValueTags: ClientList[String]): ProjectDescriptor
  87. def withMain(main: String): ProjectDescriptor
  88. def withMajorVersionComponent(version: Int): ProjectDescriptor
  89. def withManagedTags(managedTags: ClientList[String]): ProjectDescriptor
  90. def withMetadata(metadata: Metadata): ProjectDescriptor
  91. def withMinorVersionComponent(version: Int): ProjectDescriptor
  92. def withName(name: String): ProjectDescriptor
  93. def withOrganizationId(organizationId: String): ProjectDescriptor
  94. def withOriginalFormatVersion(originalFormatVersion: String): ProjectDescriptor
  95. def withPatchVersionComponent(version: Int): ProjectDescriptor
  96. def withProjectETag(projectETag: String): ProjectDescriptor
  97. def withProjectId(projectId: String): ProjectDescriptor
  98. def withProjectType(projectType: String): ProjectDescriptor
  99. def withPublishWithRefFiles(value: Boolean): ProjectDescriptor
  100. def withStatus(status: String): ProjectDescriptor
  101. def withSystemUpdateTime(systemUpdateTime: String): ProjectDescriptor
  102. def withTag(tag: String): ProjectDescriptor
  103. def withTags(tags: ClientList[String]): ProjectDescriptor
  104. def withTenantId(tenantId: String): ProjectDescriptor
  105. def withType(type: String): ProjectDescriptor
  106. def withUpdatedAt(updatedAt: String): ProjectDescriptor
  107. def withVersion(version: String): ProjectDescriptor
  108. def withoutDependency(dependency: ProjectDependency): ProjectDescriptor

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DynamicObject

Inherited from AnyRef

Inherited from Any

Ungrouped