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