c
org.mulesoft.apb.project.client.scala.model.descriptor.community
Community
Companion object Community
class Community extends DynamicObject with GraphAccessors with UnwrappedFields
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Community
- UnwrappedFields
- GraphAccessors
- DynamicObject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Community(internal: JsonLDObject)
Type Members
-
type
This = Community
- Definition Classes
- Community → DynamicObject
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
implicit
def
boolFieldConversion(boolField: BoolField): Boolean
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
implicit
def
boolOptFieldConversion(boolField: BoolField): Option[Boolean]
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
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
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
implicit
def
fieldToString(field: Field): String
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
def
fields: Fields
- Attributes
- protected
- Definition Classes
- Community → UnwrappedFields
-
def
get[T](field: Field): T
- Attributes
- protected
- Definition Classes
- UnwrappedFields
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
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 portal: String
- def profiles: Seq[CommunityProfile]
-
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 target: PortalTarget
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def version: Option[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
withDynamicProperty(key: String, value: JsonLDObject): This
- Definition Classes
- DynamicObject
-
def
withDynamicProperty(key: String, value: Float): This
- Definition Classes
- DynamicObject
-
def
withDynamicProperty(key: String, value: Boolean): This
- Definition Classes
- DynamicObject
-
def
withDynamicProperty(key: String, value: Int): This
- Definition Classes
- DynamicObject
-
def
withDynamicProperty(key: String, value: String): This
- Definition Classes
- DynamicObject
- def withPortal(portal: String): Community.this.type
- def withProfiles(profiles: Seq[CommunityProfile]): Community.this.type
- def withTarget(target: PortalTarget): Community.this.type
- def withVersion(version: String): Community.this.type
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated