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