Packages

case class ProjectDescriptor extends JsonLDObjectWrapper with Product with Serializable

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, JsonLDObjectWrapper, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectDescriptor
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. JsonLDObjectWrapper
  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 withCreatedAt(createdAt: String): ProjectDescriptor
  56. def withCreatedBy(createdBy: String): ProjectDescriptor
  57. def withDependency(dependency: ProjectDependency): ProjectDescriptor
  58. def withDescription(description: String): ProjectDescriptor
  59. def withDescriptorVersion(version: String): ProjectDescriptor
  60. def withDocumentation(documentations: ClientList[Documentation]): ProjectDescriptor
  61. def withDocumentation(documentation: Documentation): ProjectDescriptor
  62. def withDynamicProperty(key: String, value: JsonLDObject): JsonLDObjectWrapper
    Definition Classes
    JsonLDObjectWrapper
  63. def withDynamicProperty(key: String, value: Float): JsonLDObjectWrapper
    Definition Classes
    JsonLDObjectWrapper
  64. def withDynamicProperty(key: String, value: Boolean): JsonLDObjectWrapper
    Definition Classes
    JsonLDObjectWrapper
  65. def withDynamicProperty(key: String, value: Int): JsonLDObjectWrapper
    Definition Classes
    JsonLDObjectWrapper
  66. def withDynamicProperty(key: String, value: String): JsonLDObjectWrapper
    Definition Classes
    JsonLDObjectWrapper
  67. def withFields(fields: ClientList[String]): ProjectDescriptor
  68. def withGav(gav: Gav): ProjectDescriptor
  69. def withInstance(instance: Instance): ProjectDescriptor
  70. def withInstances(instances: ClientList[Instance]): ProjectDescriptor
  71. def withKeyValueTags(keyValueTags: ClientList[String]): ProjectDescriptor
  72. def withMain(main: String): ProjectDescriptor
  73. def withMajorVersionComponent(version: Int): ProjectDescriptor
  74. def withMetadata(metadata: Metadata): ProjectDescriptor
  75. def withMinorVersionComponent(version: Int): ProjectDescriptor
  76. def withName(name: String): ProjectDescriptor
  77. def withOrganizationId(organizationId: String): ProjectDescriptor
  78. def withOriginalFormatVersion(originalFormatVersion: String): ProjectDescriptor
  79. def withPatchVersionComponent(version: Int): ProjectDescriptor
  80. def withProjectId(projectId: String): ProjectDescriptor
  81. def withProjectType(projectType: String): ProjectDescriptor
  82. def withPublishWithRefFiles(value: Boolean): ProjectDescriptor
  83. def withStatus(status: String): ProjectDescriptor
  84. def withTag(tag: String): ProjectDescriptor
  85. def withTags(tags: ClientList[String]): ProjectDescriptor
  86. def withTenantId(tenantId: String): ProjectDescriptor
  87. def withType(type: String): ProjectDescriptor
  88. def withUpdatedAt(updatedAt: String): ProjectDescriptor
  89. def withVersion(version: String): 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 JsonLDObjectWrapper

Inherited from AnyRef

Inherited from Any

Ungrouped