c
org.mulesoft.apb.project.client.scala.model.descriptor
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
-
def
apiId(): Option[String]
- Definition Classes
- ProjectBase
-
def
apiVersion(): Option[String]
- Definition Classes
- ProjectBase
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def backwardsCompatible: Option[Boolean]
-
implicit
def
boolFieldConversion(boolField: BoolField): Boolean
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
implicit
def
boolOptFieldConversion(boolField: BoolField): Option[Boolean]
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
def
categories(): Seq[String]
- Definition Classes
- ProjectBase
-
def
classifier(): Option[String]
- Definition Classes
- ProjectBase
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
def
contactEMail(): Option[String]
- Definition Classes
- ProjectBase
-
def
contactName(): Option[String]
- Definition Classes
- ProjectBase
-
def
createdAt(): Option[SimpleDateTime]
- Definition Classes
- ProjectBase
-
def
createdBy(): Option[String]
- Definition Classes
- ProjectBase
-
def
customFields(): Seq[String]
- Definition Classes
- ProjectBase
-
implicit
def
dateOptFieldConversion(dateField: DateField): Option[SimpleDateTime]
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
def
dependencies(): Seq[ProjectDependency]
- Definition Classes
- ProjectBase
- def description: Option[String]
- def descriptorVersion: String
- def documentation: Seq[Documentation]
-
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
-
def
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() @IntrinsicCandidate()
- def 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
-
def
keyValueTags(): Seq[String]
- Definition Classes
- ProjectBase
- def main: Option[String]
-
def
majorVersionComponent(): Option[Int]
- Definition Classes
- ProjectBase
- def metadata: Option[Metadata]
-
def
minorVersionComponent(): Option[Int]
- Definition Classes
- ProjectBase
-
def
name(): String
- Definition Classes
- ProjectBase
-
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(): Option[String]
- Definition Classes
- ProjectBase
- def originalFormatVersion: Option[String]
-
def
patchVersionComponent(): Option[Int]
- Definition Classes
- ProjectBase
- def projectId: Option[String]
-
def
projectType(): Option[String]
- Definition Classes
- ProjectBase
- def publishWithRefFiles: Option[Boolean]
-
def
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
-
def
tags(): Seq[String]
- Definition Classes
- ProjectBase
-
def
tenantId(): Option[String]
- Definition Classes
- ProjectBase
-
def
type(): Option[String]
- Definition Classes
- ProjectBase
-
def
updatedAt(): Option[SimpleDateTime]
- 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 withApiId(apiId: String): ProjectDescriptor
- def withApiVersion(apiVersion: String): ProjectDescriptor
- def withBackwardsCompatible(value: Boolean): ProjectDescriptor
- def withCategories(categories: Seq[String]): ProjectDescriptor
- def withClassifier(classifier: String): ProjectDescriptor
- def withContactEMail(contactEMail: String): ProjectDescriptor
- def withContactName(contactName: String): ProjectDescriptor
- def withCreatedAt(createdAt: SimpleDateTime): ProjectDescriptor
- def withCreatedBy(createdBy: String): ProjectDescriptor
- def withDependency(dependency: ProjectDependency): ProjectDescriptor
- def withDescription(description: String): ProjectDescriptor
- def withDescriptorVersion(version: String): ProjectDescriptor
- def withDocumentation(docs: Seq[Documentation]): ProjectDescriptor
- def withDocumentation(doc: Documentation): 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 withProjectType(projectType: 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: SimpleDateTime): ProjectDescriptor
- def withVersion(version: String): ProjectDescriptor
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated