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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

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