Class GetGameLinkNewIdentity.Builder
- java.lang.Object
-
- com.rivet.api.resources.identity.links.types.GetGameLinkNewIdentity.Builder
-
- All Implemented Interfaces:
GetGameLinkNewIdentity._FinalStage,GetGameLinkNewIdentity.IdentityStage,GetGameLinkNewIdentity.IdentityTokenExpireTsStage,GetGameLinkNewIdentity.IdentityTokenStage
- Enclosing class:
- GetGameLinkNewIdentity
public static final class GetGameLinkNewIdentity.Builder extends java.lang.Object implements GetGameLinkNewIdentity.IdentityTokenStage, GetGameLinkNewIdentity.IdentityTokenExpireTsStage, GetGameLinkNewIdentity.IdentityStage, GetGameLinkNewIdentity._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetGameLinkNewIdentitybuild()GetGameLinkNewIdentity.Builderfrom(GetGameLinkNewIdentity other)GetGameLinkNewIdentity._FinalStageidentity(Profile identity)GetGameLinkNewIdentity.IdentityTokenExpireTsStageidentityToken(java.lang.String identityToken)GetGameLinkNewIdentity.IdentityStageidentityTokenExpireTs(java.time.OffsetDateTime identityTokenExpireTs)
-
-
-
Method Detail
-
from
public GetGameLinkNewIdentity.Builder from(GetGameLinkNewIdentity other)
- Specified by:
fromin interfaceGetGameLinkNewIdentity.IdentityTokenStage
-
identityToken
public GetGameLinkNewIdentity.IdentityTokenExpireTsStage identityToken(java.lang.String identityToken)
- Specified by:
identityTokenin interfaceGetGameLinkNewIdentity.IdentityTokenStage
-
identityTokenExpireTs
public GetGameLinkNewIdentity.IdentityStage identityTokenExpireTs(java.time.OffsetDateTime identityTokenExpireTs)
- Specified by:
identityTokenExpireTsin interfaceGetGameLinkNewIdentity.IdentityTokenExpireTsStage
-
identity
public GetGameLinkNewIdentity._FinalStage identity(Profile identity)
- Specified by:
identityin interfaceGetGameLinkNewIdentity.IdentityStage
-
build
public GetGameLinkNewIdentity build()
- Specified by:
buildin interfaceGetGameLinkNewIdentity._FinalStage
-
-