c
org.mulesoft.apb.project.client.scala.model
ProjectDescriptor
Companion object ProjectDescriptor
case class ProjectDescriptor extends JsonLDObjectWrapper with ProjectBase with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProjectDescriptor
- Serializable
- Serializable
- Product
- Equals
- ProjectBase
- GavAware
- UnwrappedFields
- JsonLDObjectWrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
This = ProjectDescriptor
- Definition Classes
- ProjectDescriptor → JsonLDObjectWrapper
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
-
lazy val
apiVersion: Option[String]
- Definition Classes
- ProjectBase
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val backwardsCompatible: Option[Boolean]
- val base: String
-
implicit
def
boolFieldConversion(boolField: BoolField): Boolean
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
implicit
def
boolOptFieldConversion(boolField: BoolField): Option[Boolean]
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
lazy val
categories: Seq[String]
- Definition Classes
- ProjectBase
-
lazy val
classifier: Option[String]
- Definition Classes
- ProjectBase
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
copy(newWrapped: JsonLDObject): This
- Attributes
- protected
- Definition Classes
- ProjectDescriptor → JsonLDObjectWrapper
-
lazy val
createdAt: Option[String]
- Definition Classes
- ProjectBase
-
lazy val
createdBy: Option[String]
- Definition Classes
- ProjectBase
-
lazy val
customFields: Seq[String]
- Definition Classes
- ProjectBase
-
lazy val
dependencies: Seq[ProjectDependency]
- Definition Classes
- ProjectBase
- lazy val description: Option[String]
- lazy val descriptorVersion: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
implicit
def
fieldToString(field: Field): String
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
def
fields: Fields
- Attributes
- protected
- Definition Classes
- ProjectDescriptor → UnwrappedFields
-
lazy val
gav: Gav
- Definition Classes
- ProjectBase → GavAware
-
def
get[T](field: Field): T
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- lazy val instances: Seq[Instance]
-
implicit
def
intOptFieldConversion(intField: IntField): Option[Int]
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLegacyDescriptor: Boolean
-
lazy val
keyValueTags: Seq[String]
- Definition Classes
- ProjectBase
- lazy val main: String
-
lazy val
majorVersionComponent: Option[Int]
- Definition Classes
- ProjectBase
- lazy val metadata: Option[Metadata]
-
lazy val
minorVersionComponent: Option[Int]
- Definition Classes
- ProjectBase
-
lazy val
name: String
- Definition Classes
- ProjectBase
-
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()
-
lazy val
organizationId: Option[String]
- Definition Classes
- ProjectBase
- lazy val originalFormatVersion: Option[String]
-
lazy val
patchVersionComponent: Option[Int]
- Definition Classes
- ProjectBase
- lazy val projectId: Option[String]
- lazy val publishWithRefFiles: Option[Boolean]
-
lazy val
status: Option[String]
- Definition Classes
- ProjectBase
-
implicit
def
strCollectionFieldConversion(collectionField: Seq[StrField]): Seq[String]
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
implicit
def
strFieldConversion(optField: StrField): String
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
implicit
def
strOptFieldConversion(optField: StrField): Option[String]
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
lazy val
tags: Seq[String]
- Definition Classes
- ProjectBase
-
lazy val
tenantId: Option[String]
- Definition Classes
- ProjectBase
-
lazy val
type: Option[String]
- Definition Classes
- ProjectBase
-
lazy val
updatedAt: Option[String]
- Definition Classes
- ProjectBase
-
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: Seq[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): This
- Definition Classes
- JsonLDObjectWrapper
-
def
withDynamicProperty(key: String, value: Float): This
- Definition Classes
- JsonLDObjectWrapper
-
def
withDynamicProperty(key: String, value: Boolean): This
- Definition Classes
- JsonLDObjectWrapper
-
def
withDynamicProperty(key: String, value: Int): This
- Definition Classes
- JsonLDObjectWrapper
-
def
withDynamicProperty(key: String, value: String): This
- Definition Classes
- JsonLDObjectWrapper
- def withFields(fields: Seq[String]): ProjectDescriptor
- def withGav(gav: Gav): ProjectDescriptor
- def withInstance(instance: Instance): ProjectDescriptor
- def withInstances(instances: Seq[Instance]): ProjectDescriptor
- def withKeyValueTags(keyValueTags: Seq[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: Seq[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.