case class ProjectDescriptor extends DynamicObject with Product with Serializable
- Annotations
- @JSExportAll()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProjectDescriptor
- Serializable
- Serializable
- Product
- Equals
- DynamicObject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def ()type: ClientOption[String]
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apiId(): ClientOption[String]
- 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() @IntrinsicCandidate()
- def contactEMail(): ClientOption[String]
- def contactName(): ClientOption[String]
- def createdAt(): ClientOption[String]
- def createdBy(): ClientOption[String]
- def customFields(): ClientList[String]
- def dependencies(): ClientList[ProjectDependency]
- def description(): ClientOption[String]
- def descriptorVersion(): String
- def documentation(): ClientList[Documentation]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def gav(): Gav
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def instances(): ClientList[Instance]
- def isDocumented(): ClientOption[Boolean]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLegacyDescriptor(): Boolean
- def keyValueTags(): ClientList[String]
- def main(): ClientOption[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() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def organizationId(): ClientOption[String]
- def originalFormatVersion(): ClientOption[String]
- def patchVersionComponent(): ClientOption[Int]
- def projectETag(): ClientOption[String]
- def projectId(): ClientOption[String]
- def projectType(): ClientOption[String]
- def publishWithRefFiles(): ClientOption[Boolean]
- def status(): ClientOption[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def systemUpdateTime(): ClientOption[String]
- def tags(): ClientList[String]
- def tenantId(): ClientOption[String]
- def updatedAt(): 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( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withApiId(apiId: String): ProjectDescriptor
- def withApiVersion(apiVersion: String): ProjectDescriptor
- def withBackwardsCompatible(value: Boolean): ProjectDescriptor
- def withCategories(categories: ClientList[String]): ProjectDescriptor
- def withClassifier(classifier: String): ProjectDescriptor
- def withCommunities(communities: ClientList[Community]): ProjectDescriptor
- def withCommunity(community: Community): ProjectDescriptor
- def withCreatedAt(createdAt: String): ProjectDescriptor
- def withCreatedBy(createdBy: String): ProjectDescriptor
- def withDependencies(dependencies: ClientList[ProjectDependency]): ProjectDescriptor
- def withDependency(dependency: ProjectDependency): ProjectDescriptor
- def withDescription(description: String): ProjectDescriptor
- def withDescriptorVersion(version: String): ProjectDescriptor
- def withDocumentation(documentations: ClientList[Documentation]): ProjectDescriptor
- def withDocumentation(documentation: Documentation): ProjectDescriptor
-
def
withDynamicProperty(key: String, value: JsonLDObject): DynamicObject
- Definition Classes
- DynamicObject
-
def
withDynamicProperty(key: String, value: Float): DynamicObject
- Definition Classes
- DynamicObject
-
def
withDynamicProperty(key: String, value: Boolean): DynamicObject
- Definition Classes
- DynamicObject
-
def
withDynamicProperty(key: String, value: Int): DynamicObject
- Definition Classes
- DynamicObject
-
def
withDynamicProperty(key: String, value: String): DynamicObject
- Definition Classes
- DynamicObject
- def withFields(fields: ClientList[String]): ProjectDescriptor
- def withGav(gav: Gav): ProjectDescriptor
- def withGovernanceInfo(governanceInfo: GovernanceInfo): ProjectDescriptor
- def withInstance(instance: Instance): ProjectDescriptor
- def withInstances(instances: ClientList[Instance]): ProjectDescriptor
- def withIsDocumented(isDocumented: Boolean): 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 withProjectETag(projectETag: String): ProjectDescriptor
- def withProjectId(projectId: String): ProjectDescriptor
- def withProjectType(projectType: String): ProjectDescriptor
- def withPublishWithRefFiles(value: Boolean): ProjectDescriptor
- def withStatus(status: String): ProjectDescriptor
- def withSystemUpdateTime(systemUpdateTime: 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
- def withVersion(version: String): ProjectDescriptor
- def withoutDependency(dependency: ProjectDependency): ProjectDescriptor
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated