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