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 tags(): ClientList[String]
  45. def tenantId(): ClientOption[String]
  46. def updatedAt(): ClientOption[String]
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def withApiId(apiId: String): ProjectDescriptor
  51. def withApiVersion(apiVersion: String): ProjectDescriptor
  52. def withBackwardsCompatible(value: Boolean): ProjectDescriptor
  53. def withCategories(categories: ClientList[String]): ProjectDescriptor
  54. def withClassifier(classifier: String): ProjectDescriptor
  55. def withCommunities(communities: ClientList[Community]): ProjectDescriptor
  56. def withCommunity(community: Community): ProjectDescriptor
  57. def withCreatedAt(createdAt: String): ProjectDescriptor
  58. def withCreatedBy(createdBy: String): ProjectDescriptor
  59. def withDependencies(dependencies: ClientList[ProjectDependency]): ProjectDescriptor
  60. def withDependency(dependency: ProjectDependency): ProjectDescriptor
  61. def withDescription(description: String): ProjectDescriptor
  62. def withDescriptorVersion(version: String): ProjectDescriptor
  63. def withDocumentation(documentations: ClientList[Documentation]): ProjectDescriptor
  64. def withDocumentation(documentation: Documentation): ProjectDescriptor
  65. def withDynamicProperty(key: String, value: JsonLDObject): DynamicObject
    Definition Classes
    DynamicObject
  66. def withDynamicProperty(key: String, value: Float): DynamicObject
    Definition Classes
    DynamicObject
  67. def withDynamicProperty(key: String, value: Boolean): DynamicObject
    Definition Classes
    DynamicObject
  68. def withDynamicProperty(key: String, value: Int): DynamicObject
    Definition Classes
    DynamicObject
  69. def withDynamicProperty(key: String, value: String): DynamicObject
    Definition Classes
    DynamicObject
  70. def withFields(fields: ClientList[String]): ProjectDescriptor
  71. def withGav(gav: Gav): ProjectDescriptor
  72. def withInstance(instance: Instance): ProjectDescriptor
  73. def withInstances(instances: ClientList[Instance]): ProjectDescriptor
  74. def withKeyValueTags(keyValueTags: ClientList[String]): ProjectDescriptor
  75. def withMain(main: String): ProjectDescriptor
  76. def withMajorVersionComponent(version: Int): ProjectDescriptor
  77. def withMetadata(metadata: Metadata): ProjectDescriptor
  78. def withMinorVersionComponent(version: Int): ProjectDescriptor
  79. def withName(name: String): ProjectDescriptor
  80. def withOrganizationId(organizationId: String): ProjectDescriptor
  81. def withOriginalFormatVersion(originalFormatVersion: String): ProjectDescriptor
  82. def withPatchVersionComponent(version: Int): ProjectDescriptor
  83. def withProjectId(projectId: String): ProjectDescriptor
  84. def withProjectType(projectType: String): ProjectDescriptor
  85. def withPublishWithRefFiles(value: Boolean): ProjectDescriptor
  86. def withStatus(status: String): ProjectDescriptor
  87. def withTag(tag: String): ProjectDescriptor
  88. def withTags(tags: ClientList[String]): ProjectDescriptor
  89. def withTenantId(tenantId: String): ProjectDescriptor
  90. def withType(type: String): ProjectDescriptor
  91. def withUpdatedAt(updatedAt: String): ProjectDescriptor
  92. def withVersion(version: String): ProjectDescriptor
  93. 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