Packages

case class ProjectDescriptor extends DynamicObject with Product with Serializable

Annotations
@JSExportAll()
Linear Supertypes
Serializable, Serializable, Product, Equals, DynamicObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectDescriptor
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DynamicObject
  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. def isDocumented(): ClientOption[Boolean]
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isLegacyDescriptor(): Boolean
  28. def keyValueTags(): ClientList[String]
  29. def main(): ClientOption[String]
  30. def majorVersionComponent(): ClientOption[Int]
  31. def metadata(): ClientOption[Metadata]
  32. def minorVersionComponent(): ClientOption[Int]
  33. def name(): String
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  37. def organizationId(): ClientOption[String]
  38. def originalFormatVersion(): ClientOption[String]
  39. def patchVersionComponent(): ClientOption[Int]
  40. def projectETag(): ClientOption[String]
  41. def projectId(): ClientOption[String]
  42. def projectType(): ClientOption[String]
  43. def publishWithRefFiles(): ClientOption[Boolean]
  44. def status(): ClientOption[String]
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def systemUpdateTime(): ClientOption[String]
  47. def tags(): ClientList[String]
  48. def tenantId(): ClientOption[String]
  49. def updatedAt(): ClientOption[String]
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def withApiId(apiId: String): ProjectDescriptor
  54. def withApiVersion(apiVersion: String): ProjectDescriptor
  55. def withBackwardsCompatible(value: Boolean): ProjectDescriptor
  56. def withCategories(categories: ClientList[String]): ProjectDescriptor
  57. def withClassifier(classifier: String): ProjectDescriptor
  58. def withCommunities(communities: ClientList[Community]): ProjectDescriptor
  59. def withCommunity(community: Community): ProjectDescriptor
  60. def withCreatedAt(createdAt: String): ProjectDescriptor
  61. def withCreatedBy(createdBy: String): ProjectDescriptor
  62. def withDependencies(dependencies: ClientList[ProjectDependency]): ProjectDescriptor
  63. def withDependency(dependency: ProjectDependency): ProjectDescriptor
  64. def withDescription(description: String): ProjectDescriptor
  65. def withDescriptorVersion(version: String): ProjectDescriptor
  66. def withDocumentation(documentations: ClientList[Documentation]): ProjectDescriptor
  67. def withDocumentation(documentation: Documentation): ProjectDescriptor
  68. def withDynamicProperty(key: String, value: JsonLDObject): DynamicObject
    Definition Classes
    DynamicObject
  69. def withDynamicProperty(key: String, value: Float): DynamicObject
    Definition Classes
    DynamicObject
  70. def withDynamicProperty(key: String, value: Boolean): DynamicObject
    Definition Classes
    DynamicObject
  71. def withDynamicProperty(key: String, value: Int): DynamicObject
    Definition Classes
    DynamicObject
  72. def withDynamicProperty(key: String, value: String): DynamicObject
    Definition Classes
    DynamicObject
  73. def withFields(fields: ClientList[String]): ProjectDescriptor
  74. def withGav(gav: Gav): ProjectDescriptor
  75. def withGovernanceInfo(governanceInfo: GovernanceInfo): ProjectDescriptor
  76. def withInstance(instance: Instance): ProjectDescriptor
  77. def withInstances(instances: ClientList[Instance]): ProjectDescriptor
  78. def withIsDocumented(isDocumented: Boolean): ProjectDescriptor
  79. def withKeyValueTags(keyValueTags: ClientList[String]): ProjectDescriptor
  80. def withMain(main: String): ProjectDescriptor
  81. def withMajorVersionComponent(version: Int): ProjectDescriptor
  82. def withMetadata(metadata: Metadata): ProjectDescriptor
  83. def withMinorVersionComponent(version: Int): ProjectDescriptor
  84. def withName(name: String): ProjectDescriptor
  85. def withOrganizationId(organizationId: String): ProjectDescriptor
  86. def withOriginalFormatVersion(originalFormatVersion: String): ProjectDescriptor
  87. def withPatchVersionComponent(version: Int): ProjectDescriptor
  88. def withProjectETag(projectETag: String): ProjectDescriptor
  89. def withProjectId(projectId: String): ProjectDescriptor
  90. def withProjectType(projectType: String): ProjectDescriptor
  91. def withPublishWithRefFiles(value: Boolean): ProjectDescriptor
  92. def withStatus(status: String): ProjectDescriptor
  93. def withSystemUpdateTime(systemUpdateTime: String): ProjectDescriptor
  94. def withTag(tag: String): ProjectDescriptor
  95. def withTags(tags: ClientList[String]): ProjectDescriptor
  96. def withTenantId(tenantId: String): ProjectDescriptor
  97. def withType(type: String): ProjectDescriptor
  98. def withUpdatedAt(updatedAt: String): ProjectDescriptor
  99. def withVersion(version: String): ProjectDescriptor
  100. def withoutDependency(dependency: ProjectDependency): 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 DynamicObject

Inherited from AnyRef

Inherited from Any

Ungrouped