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
- val apiVersion: ClientOption[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val backwardsCompatible: ClientOption[Boolean]
- val categories: ClientList[String]
- val classifier: ClientOption[String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- val createdAt: ClientOption[String]
- val createdBy: ClientOption[String]
- val customFields: ClientList[String]
- val dependencies: ClientList[ProjectDependency]
- val description: ClientOption[String]
- val descriptorVersion: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val gav: Gav
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val instances: ClientList[Instance]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLegacyDescriptor: Boolean
- val keyValueTags: ClientList[String]
- val main: String
- val majorVersionComponent: ClientOption[Int]
- val metadata: ClientOption[Metadata]
- val minorVersionComponent: ClientOption[Int]
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val organizationId: ClientOption[String]
- val originalFormatVersion: ClientOption[String]
- val patchVersionComponent: ClientOption[Int]
- val projectId: ClientOption[String]
- val publishWithRefFiles: ClientOption[Boolean]
- val status: ClientOption[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val tags: ClientList[String]
- val tenantId: ClientOption[String]
- val 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