Class CredentialListPage.Builder
-
- All Implemented Interfaces:
public final class CredentialListPage.BuilderA builder for CredentialListPage.
-
-
Method Summary
Modifier and Type Method Description final CredentialListPage.Builderservice(CredentialService service)final CredentialListPage.Builderparams(CredentialListParams params)The parameters that were used to request this page. final CredentialListPage.Builderresponse(CredentialListPageResponse response)The response that this page was parsed from. final CredentialListPagebuild()Returns an immutable instance of CredentialListPage. -
-
Method Detail
-
service
final CredentialListPage.Builder service(CredentialService service)
-
params
final CredentialListPage.Builder params(CredentialListParams params)
The parameters that were used to request this page.
-
response
final CredentialListPage.Builder response(CredentialListPageResponse response)
The response that this page was parsed from.
-
build
final CredentialListPage build()
Returns an immutable instance of CredentialListPage.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-