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