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 apiUrn(): ClientOption[String]
  7. def apiVersion(): ClientOption[String]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def backwardsCompatible(): ClientOption[Boolean]
  10. def categories(): ClientList[String]
  11. def classifier(): ClientOption[String]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  13. def contactEMail(): ClientOption[String]
  14. def contactName(): ClientOption[String]
  15. def createdAt(): ClientOption[String]
  16. def createdBy(): ClientOption[String]
  17. def customFields(): ClientList[String]
  18. def dependencies(): ClientList[ProjectDependency]
  19. def description(): ClientOption[String]
  20. def descriptorVersion(): String
  21. def documentation(): ClientList[Documentation]
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def gav(): Gav
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  25. def hasDocumentation(): ClientOption[Boolean]
  26. def instances(): ClientList[Instance]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isLegacyDescriptor(): Boolean
  29. def keyValueTags(): ClientList[String]
  30. def main(): ClientOption[String]
  31. def majorVersionComponent(): ClientOption[Int]
  32. def metadata(): ClientOption[Metadata]
  33. def minorVersionComponent(): ClientOption[Int]
  34. def name(): String
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  38. def organizationId(): ClientOption[String]
  39. def originalFormatVersion(): ClientOption[String]
  40. def patchVersionComponent(): ClientOption[Int]
  41. def projectETag(): ClientOption[String]
  42. def projectId(): ClientOption[String]
  43. def projectType(): ClientOption[String]
  44. def publishWithRefFiles(): ClientOption[Boolean]
  45. def status(): ClientOption[String]
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def systemUpdateTime(): ClientOption[String]
  48. def tags(): ClientList[String]
  49. def tenantId(): ClientOption[String]
  50. def updatedAt(): ClientOption[String]
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. def withApiId(apiId: String): ProjectDescriptor
  55. def withApiUrn(apiUrn: String): ProjectDescriptor
  56. def withApiVersion(apiVersion: String): ProjectDescriptor
  57. def withBackwardsCompatible(value: Boolean): ProjectDescriptor
  58. def withCategories(categories: ClientList[String]): ProjectDescriptor
  59. def withClassifier(classifier: String): ProjectDescriptor
  60. def withCommunities(communities: ClientList[Community]): ProjectDescriptor
  61. def withCommunity(community: Community): ProjectDescriptor
  62. def withCreatedAt(createdAt: String): ProjectDescriptor
  63. def withCreatedBy(createdBy: String): ProjectDescriptor
  64. def withDependencies(dependencies: ClientList[ProjectDependency]): ProjectDescriptor
  65. def withDependency(dependency: ProjectDependency): ProjectDescriptor
  66. def withDescription(description: String): ProjectDescriptor
  67. def withDescriptorVersion(version: String): ProjectDescriptor
  68. def withDocumentation(documentations: ClientList[Documentation]): ProjectDescriptor
  69. def withDocumentation(documentation: Documentation): ProjectDescriptor
  70. def withDynamicProperty(key: String, value: JsonLDObject): DynamicObject
    Definition Classes
    DynamicObject
  71. def withDynamicProperty(key: String, value: Float): DynamicObject
    Definition Classes
    DynamicObject
  72. def withDynamicProperty(key: String, value: Boolean): DynamicObject
    Definition Classes
    DynamicObject
  73. def withDynamicProperty(key: String, value: Int): DynamicObject
    Definition Classes
    DynamicObject
  74. def withDynamicProperty(key: String, value: String): DynamicObject
    Definition Classes
    DynamicObject
  75. def withFields(fields: ClientList[String]): ProjectDescriptor
  76. def withGav(gav: Gav): ProjectDescriptor
  77. def withGovernanceInfo(governanceInfo: GovernanceInfo): ProjectDescriptor
  78. def withHasDocumentation(hasDocumentation: Boolean): ProjectDescriptor
  79. def withInstance(instance: Instance): ProjectDescriptor
  80. def withInstances(instances: ClientList[Instance]): ProjectDescriptor
  81. def withKeyValueTags(keyValueTags: ClientList[String]): ProjectDescriptor
  82. def withMain(main: String): ProjectDescriptor
  83. def withMajorVersionComponent(version: Int): ProjectDescriptor
  84. def withMetadata(metadata: Metadata): ProjectDescriptor
  85. def withMinorVersionComponent(version: Int): ProjectDescriptor
  86. def withName(name: String): ProjectDescriptor
  87. def withOrganizationId(organizationId: String): ProjectDescriptor
  88. def withOriginalFormatVersion(originalFormatVersion: String): ProjectDescriptor
  89. def withPatchVersionComponent(version: Int): ProjectDescriptor
  90. def withProjectETag(projectETag: String): ProjectDescriptor
  91. def withProjectId(projectId: String): ProjectDescriptor
  92. def withProjectType(projectType: String): ProjectDescriptor
  93. def withPublishWithRefFiles(value: Boolean): ProjectDescriptor
  94. def withStatus(status: String): ProjectDescriptor
  95. def withSystemUpdateTime(systemUpdateTime: String): ProjectDescriptor
  96. def withTag(tag: String): ProjectDescriptor
  97. def withTags(tags: ClientList[String]): ProjectDescriptor
  98. def withTenantId(tenantId: String): ProjectDescriptor
  99. def withType(type: String): ProjectDescriptor
  100. def withUpdatedAt(updatedAt: String): ProjectDescriptor
  101. def withVersion(version: String): ProjectDescriptor
  102. 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