case class Community extends DynamicObject with Product with Serializable
- Annotations
- @JSExportAll()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Community
- Serializable
- Serializable
- Product
- Equals
- DynamicObject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Community(portal: String, target: PortalTarget, profiles: internal.convert.APBProjectConverters.ClientList[CommunityProfile], createdAt: SimpleDateTime)
- Annotations
- @JSExportTopLevel( "Community" )
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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def createdAt(): String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
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(): internal.convert.APBProjectConverters.ClientList[CommunityProfile]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def target(): PortalTarget
- def version(): 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 withCreatedAt(createdAt: SimpleDateTime): Community
-
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 withPortal(portal: String): Community
- def withProfiles(profiles: internal.convert.APBProjectConverters.ClientList[CommunityProfile]): Community
- def withTarget(target: PortalTarget): Community
- def withVersion(version: String): Community
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated