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