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