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