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