c
org.mulesoft.apb.project.client.scala.model
ProjectDependency
Companion object ProjectDependency
case class ProjectDependency extends JsonLDObjectWrapper with UnwrappedFields with GavAware with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProjectDependency
- Serializable
- Serializable
- Product
- Equals
- GavAware
- UnwrappedFields
- JsonLDObjectWrapper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
This = ProjectDependency
- Definition Classes
- ProjectDependency → 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 absolutePath: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assetId: String
-
implicit
def
boolFieldConversion(boolField: BoolField): Boolean
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
implicit
def
boolOptFieldConversion(boolField: BoolField): Option[Boolean]
- Attributes
- protected
- Definition Classes
- UnwrappedFields
- def classifier: Option[String]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
implicit
def
dateOptFieldConversion(dateField: DateField): Option[SimpleDateTime]
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
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
- ProjectDependency → UnwrappedFields
-
def
gav: Gav
- Definition Classes
- ProjectDependency → GavAware
-
def
get[T](field: Field): T
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def groupId: String
- def hasExplicitScope: Boolean
-
implicit
def
intOptFieldConversion(intField: IntField): Option[Int]
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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 packaging: Option[String]
- def scope: DependencyScope
- implicit def scopeToDependencyScope(strField: StrField): DependencyScope
- def shouldBeProvided: Boolean
-
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 version: 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 withClassifier(classifier: String): ProjectDependency
-
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 withPackaging(packaging: String): ProjectDependency
- def withProvided(provided: Boolean): ProjectDependency
- def withScope(scope: DependencyScope): ProjectDependency
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated