Class CertificateActivatePageResponse.Builder
-
- All Implemented Interfaces:
public final class CertificateActivatePageResponse.BuilderA builder for CertificateActivatePageResponse.
-
-
Method Summary
-
-
Method Detail
-
data
final CertificateActivatePageResponse.Builder data(List<CertificateActivateResponse> data)
-
data
final CertificateActivatePageResponse.Builder data(JsonField<List<CertificateActivateResponse>> data)
Sets Builder.data to an arbitrary JSON value.
You should usually call Builder.data with a well-typed
List<CertificateActivateResponse>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addData
final CertificateActivatePageResponse.Builder addData(CertificateActivateResponse data)
Adds a single CertificateActivateResponse to Builder.data.
-
object_
final CertificateActivatePageResponse.Builder object_(JsonValue object_)
Sets the field to an arbitrary JSON value.
It is usually unnecessary to call this method because the field defaults to the following:
JsonValue.from("organization.project.certificate.activation")This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final CertificateActivatePageResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final CertificateActivatePageResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final CertificateActivatePageResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final CertificateActivatePageResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final CertificateActivatePageResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final CertificateActivatePageResponse build()
Returns an immutable instance of CertificateActivatePageResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.data()
-
-
-
-