Packages

case class ProjectDescriptor extends DynamicObject with GraphAccessors with ProjectBase with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ProjectBase, UnwrappedFields, GraphAccessors, DynamicObject, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProjectDescriptor
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ProjectBase
  7. UnwrappedFields
  8. GraphAccessors
  9. DynamicObject
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type This = ProjectDescriptor
    Definition Classes
    ProjectDescriptorDynamicObject
  2. case class ListElement(uri: String, kind: String) extends Product with Serializable
    Definition Classes
    GraphAccessors

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

Inherited from UnwrappedFields

Inherited from GraphAccessors

Inherited from DynamicObject

Inherited from AnyRef

Inherited from Any

Ungrouped