public static interface ExternalProviderCertificatesService.ListRequest extends Request<ExternalProviderCertificatesService.ListRequest,ExternalProviderCertificatesService.ListResponse>
Modifier and Type | Method and Description |
---|---|
ExternalProviderCertificatesService.ListRequest |
max(BigInteger max)
Sets the maximum number of certificates to return.
|
ExternalProviderCertificatesService.ListRequest |
max(Integer max)
Sets the maximum number of certificates to return.
|
ExternalProviderCertificatesService.ListRequest |
max(Long max)
Sets the maximum number of certificates to return.
|
ExternalProviderCertificatesService.ListRequest max(Integer max)
Sets the maximum number of certificates to return. If not specified all the certificates are returned.
ExternalProviderCertificatesService.ListRequest max(Long max)
Sets the maximum number of certificates to return. If not specified all the certificates are returned.
ExternalProviderCertificatesService.ListRequest max(BigInteger max)
Sets the maximum number of certificates to return. If not specified all the certificates are returned.
Copyright © 2016. All rights reserved.