case class ProjectDescriptor extends JsonLDObjectWrapper with Product with Serializable
- Annotations
- @JSExportAll()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProjectDescriptor
- Serializable
- Serializable
- Product
- Equals
- JsonLDObjectWrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ProjectDescriptor(main: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apiVersion: ClientOption[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def backwardsCompatible: ClientOption[Boolean]
- def categories: ClientList[String]
- def classifier: ClientOption[String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def createdAt: ClientOption[String]
- def createdBy: ClientOption[String]
- def customFields: ClientList[String]
- def dependencies: ClientList[ProjectDependency]
- def description: ClientOption[String]
- def descriptorVersion: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def gav: Gav
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def instances: ClientList[Instance]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLegacyDescriptor: Boolean
- def keyValueTags: ClientList[String]
- def main: String
- def majorVersionComponent: ClientOption[Int]
- def metadata: ClientOption[Metadata]
- def minorVersionComponent: ClientOption[Int]
- def name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def organizationId: ClientOption[String]
- def originalFormatVersion: ClientOption[String]
- def patchVersionComponent: ClientOption[Int]
- def projectId: ClientOption[String]
- def publishWithRefFiles: ClientOption[Boolean]
- def status: ClientOption[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tags: ClientList[String]
- def tenantId: ClientOption[String]
- def type: ClientOption[String]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withApiVersion(apiVersion: String): ProjectDescriptor
- def withBackwardsCompatible(value: Boolean): ProjectDescriptor
- def withCategories(categories: ClientList[String]): ProjectDescriptor
- def withClassifier(classifier: String): ProjectDescriptor
- def withCreatedAt(createdAt: String): ProjectDescriptor
- def withCreatedBy(createdBy: String): ProjectDescriptor
- def withDependency(dependency: ProjectDependency): ProjectDescriptor
- def withDescription(description: String): ProjectDescriptor
- def withDescriptorVersion(version: String): ProjectDescriptor
-
def
withDynamicProperty(key: String, value: JsonLDObject): JsonLDObjectWrapper
- Definition Classes
- JsonLDObjectWrapper
-
def
withDynamicProperty(key: String, value: Float): JsonLDObjectWrapper
- Definition Classes
- JsonLDObjectWrapper
-
def
withDynamicProperty(key: String, value: Boolean): JsonLDObjectWrapper
- Definition Classes
- JsonLDObjectWrapper
-
def
withDynamicProperty(key: String, value: Int): JsonLDObjectWrapper
- Definition Classes
- JsonLDObjectWrapper
-
def
withDynamicProperty(key: String, value: String): JsonLDObjectWrapper
- Definition Classes
- JsonLDObjectWrapper
- def withFields(fields: ClientList[String]): ProjectDescriptor
- def withGav(gav: Gav): ProjectDescriptor
- def withInstance(instance: Instance): ProjectDescriptor
- def withInstances(instances: ClientList[Instance]): ProjectDescriptor
- def withKeyValueTags(keyValueTags: ClientList[String]): ProjectDescriptor
- def withMain(main: String): ProjectDescriptor
- def withMajorVersionComponent(version: Int): ProjectDescriptor
- def withMetadata(metadata: Metadata): ProjectDescriptor
- def withMinorVersionComponent(version: Int): ProjectDescriptor
- def withName(name: String): ProjectDescriptor
- def withOrganizationId(organizationId: String): ProjectDescriptor
- def withOriginalFormatVersion(originalFormatVersion: String): ProjectDescriptor
- def withPatchVersionComponent(version: Int): ProjectDescriptor
- def withProjectId(projectId: String): ProjectDescriptor
- def withPublishWithRefFiles(value: Boolean): ProjectDescriptor
- def withStatus(status: String): ProjectDescriptor
- def withTag(tag: String): ProjectDescriptor
- def withTags(tags: ClientList[String]): ProjectDescriptor
- def withTenantId(tenantId: String): ProjectDescriptor
- def withType(type: String): ProjectDescriptor
- def withUpdatedAt(updatedAt: String): ProjectDescriptor
Deprecated Value Members
-
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.