case class ProjectDescriptor extends JsonLDObjectWrapper with ProjectBase with Product with Serializable

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

Type Members

  1. type This = ProjectDescriptor
    Definition Classes
    ProjectDescriptorJsonLDObjectWrapper

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. val base: String
  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 createdAt(): Option[SimpleDateTime]
    Definition Classes
    ProjectBase
  15. def createdBy(): Option[String]
    Definition Classes
    ProjectBase
  16. def customFields(): Seq[String]
    Definition Classes
    ProjectBase
  17. implicit def dateOptFieldConversion(dateField: DateField): Option[SimpleDateTime]
    Attributes
    protected
    Definition Classes
    UnwrappedFields
  18. def dependencies(): Seq[ProjectDependency]
    Definition Classes
    ProjectBase
  19. def description: Option[String]
  20. def descriptorVersion: String
  21. def documentation: Seq[Documentation]
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. implicit def fieldToString(field: Field): String
    Attributes
    protected
    Definition Classes
    UnwrappedFields
  24. def fields: Fields
    Attributes
    protected
    Definition Classes
    ProjectDescriptorUnwrappedFields
  25. def gav(): Gav
    Definition Classes
    ProjectBaseGavAware
  26. def get[T](field: Field): T
    Attributes
    protected
    Definition Classes
    UnwrappedFields
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  28. def instances: Seq[Instance]
  29. implicit def intOptFieldConversion(intField: IntField): Option[Int]
    Attributes
    protected
    Definition Classes
    UnwrappedFields
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isLegacyDescriptor: Boolean
  32. def keyValueTags(): Seq[String]
    Definition Classes
    ProjectBase
  33. def main: Option[String]
  34. def majorVersionComponent(): Option[Int]
    Definition Classes
    ProjectBase
  35. def metadata: Option[Metadata]
  36. def minorVersionComponent(): Option[Int]
    Definition Classes
    ProjectBase
  37. def name(): String
    Definition Classes
    ProjectBase
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  41. def organizationId(): Option[String]
    Definition Classes
    ProjectBase
  42. def originalFormatVersion: Option[String]
  43. def patchVersionComponent(): Option[Int]
    Definition Classes
    ProjectBase
  44. def projectId: Option[String]
  45. def projectType(): Option[String]
    Definition Classes
    ProjectBase
  46. def publishWithRefFiles: Option[Boolean]
  47. def status(): Option[String]
    Definition Classes
    ProjectBase
  48. implicit def strCollectionFieldConversion(collectionField: Seq[StrField]): Seq[String]
    Attributes
    protected
    Definition Classes
    UnwrappedFields
  49. implicit def strFieldConversion(optField: StrField): String
    Attributes
    protected
    Definition Classes
    UnwrappedFields
  50. implicit def strOptFieldConversion(optField: StrField): Option[String]
    Attributes
    protected
    Definition Classes
    UnwrappedFields
  51. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  52. def tags(): Seq[String]
    Definition Classes
    ProjectBase
  53. def tenantId(): Option[String]
    Definition Classes
    ProjectBase
  54. def type(): Option[String]
    Definition Classes
    ProjectBase
  55. def updatedAt(): Option[SimpleDateTime]
    Definition Classes
    ProjectBase
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. def withApiId(apiId: String): ProjectDescriptor
  60. def withApiVersion(apiVersion: String): ProjectDescriptor
  61. def withBackwardsCompatible(value: Boolean): ProjectDescriptor
  62. def withCategories(categories: Seq[String]): ProjectDescriptor
  63. def withClassifier(classifier: String): ProjectDescriptor
  64. def withCreatedAt(createdAt: SimpleDateTime): ProjectDescriptor
  65. def withCreatedBy(createdBy: String): ProjectDescriptor
  66. def withDependency(dependency: ProjectDependency): ProjectDescriptor
  67. def withDescription(description: String): ProjectDescriptor
  68. def withDescriptorVersion(version: String): ProjectDescriptor
  69. def withDocumentation(docs: Seq[Documentation]): ProjectDescriptor
  70. def withDocumentation(doc: Documentation): ProjectDescriptor
  71. def withDynamicProperty(key: String, value: JsonLDObject): This
    Definition Classes
    JsonLDObjectWrapper
  72. def withDynamicProperty(key: String, value: Float): This
    Definition Classes
    JsonLDObjectWrapper
  73. def withDynamicProperty(key: String, value: Boolean): This
    Definition Classes
    JsonLDObjectWrapper
  74. def withDynamicProperty(key: String, value: Int): This
    Definition Classes
    JsonLDObjectWrapper
  75. def withDynamicProperty(key: String, value: String): This
    Definition Classes
    JsonLDObjectWrapper
  76. def withFields(fields: Seq[String]): ProjectDescriptor
  77. def withGav(gav: Gav): ProjectDescriptor
  78. def withInstance(instance: Instance): ProjectDescriptor
  79. def withInstances(instances: Seq[Instance]): ProjectDescriptor
  80. def withKeyValueTags(keyValueTags: Seq[String]): ProjectDescriptor
  81. def withMain(main: String): ProjectDescriptor
  82. def withMajorVersionComponent(version: Int): ProjectDescriptor
  83. def withMetadata(metadata: Metadata): ProjectDescriptor
  84. def withMinorVersionComponent(version: Int): ProjectDescriptor
  85. def withName(name: String): ProjectDescriptor
  86. def withOrganizationId(organizationId: String): ProjectDescriptor
  87. def withOriginalFormatVersion(originalFormatVersion: String): ProjectDescriptor
  88. def withPatchVersionComponent(version: Int): 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 withTag(tag: String): ProjectDescriptor
  94. def withTags(tags: Seq[String]): ProjectDescriptor
  95. def withTenantId(tenantId: String): ProjectDescriptor
  96. def withType(type: String): ProjectDescriptor
  97. def withUpdatedAt(updatedAt: SimpleDateTime): ProjectDescriptor
  98. def withVersion(version: String): 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 GavAware

Inherited from UnwrappedFields

Inherited from JsonLDObjectWrapper

Inherited from AnyRef

Inherited from Any

Ungrouped