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(main: String)

Value Members

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