final class RichGetFederationTokenRequest extends AnyVal with PimpedType[GetFederationTokenRequest]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichGetFederationTokenRequest
- PimpedType
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RichGetFederationTokenRequest(underlying: GetFederationTokenRequest)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def durationSecondsOpt: Option[Int]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def nameOpt: Option[String]
- def policyOpt: Option[String]
-
def
toString(): String
- Definition Classes
- Any
-
val
underlying: GetFederationTokenRequest
- Definition Classes
- RichGetFederationTokenRequest → PimpedType
- def withDurationSeconds(durationSeconds: Option[Int]): GetFederationTokenRequest
- def withName(name: Option[String]): GetFederationTokenRequest
- def withPolicy(policy: Option[String]): GetFederationTokenRequest