public static class GetEntryURLWithCodeRequest.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GetEntryURLWithCodeRequest |
build()
Takes the configuration in the mutable Builder and uses it to instantiate a final instance
of the GetEntryURLWithCodeRequest class
|
GetEntryURLWithCodeRequest.Builder |
setBackUrl(String backUrl)
Adds a value to the builder for backUrl
|
GetEntryURLWithCodeRequest.Builder |
setBackUrlText(String backUrlText)
Adds a value to the builder for backUrlText
|
GetEntryURLWithCodeRequest.Builder |
setContext(ServiceContext context)
Adds a value to the builder for context
|
GetEntryURLWithCodeRequest.Builder |
setEmail(String email)
Adds a value to the builder for email
|
GetEntryURLWithCodeRequest.Builder |
setFederatedIdentityProvider(String federatedIdentityProvider)
Adds a value to the builder for federatedIdentityProvider
|
GetEntryURLWithCodeRequest.Builder |
setNextUrl(String nextUrl)
Adds a value to the builder for nextUrl
|
GetEntryURLWithCodeRequest.Builder |
setServiceProviderId(String serviceProviderId)
Adds a value to the builder for serviceProviderId
|
GetEntryURLWithCodeRequest.Builder |
setSessionId(String sessionId)
Adds a value to the builder for sessionId
|
GetEntryURLWithCodeRequest.Builder |
setUserId(String userId)
Adds a value to the builder for userId
|
public GetEntryURLWithCodeRequest.Builder setServiceProviderId(String serviceProviderId)
serviceProviderId - Value to assign to the mutable Builderpublic GetEntryURLWithCodeRequest.Builder setSessionId(String sessionId)
sessionId - Value to assign to the mutable Builderpublic GetEntryURLWithCodeRequest.Builder setUserId(String userId)
userId - Value to assign to the mutable Builderpublic GetEntryURLWithCodeRequest.Builder setEmail(String email)
email - Value to assign to the mutable Builderpublic GetEntryURLWithCodeRequest.Builder setContext(ServiceContext context)
context - Value to assign to the mutable Builderpublic GetEntryURLWithCodeRequest.Builder setNextUrl(String nextUrl)
nextUrl - Value to assign to the mutable Builderpublic GetEntryURLWithCodeRequest.Builder setBackUrl(String backUrl)
backUrl - Value to assign to the mutable Builderpublic GetEntryURLWithCodeRequest.Builder setBackUrlText(String backUrlText)
backUrlText - Value to assign to the mutable Builderpublic GetEntryURLWithCodeRequest.Builder setFederatedIdentityProvider(String federatedIdentityProvider)
federatedIdentityProvider - Value to assign to the mutable Builderpublic GetEntryURLWithCodeRequest build()
Copyright © 2021. All rights reserved.