Class CertificateActivatePageResponse
-
- All Implemented Interfaces:
public final class CertificateActivatePageResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCertificateActivatePageResponse.BuilderA builder for CertificateActivatePageResponse.
-
Method Summary
Modifier and Type Method Description final List<CertificateActivateResponse>data()final JsonValue_object_()The project certificate activation result type. final JsonField<List<CertificateActivateResponse>>_data()Returns the raw JSON value of data. final Map<String, JsonValue>_additionalProperties()final CertificateActivatePageResponse.BuildertoBuilder()final CertificateActivatePageResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static CertificateActivatePageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of CertificateActivatePageResponse. -
-
Method Detail
-
data
final List<CertificateActivateResponse> data()
-
_object_
final JsonValue _object_()
The project certificate activation result type.
Expected to always return the following:
JsonValue.from("organization.project.certificate.activation")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value).
-
_data
final JsonField<List<CertificateActivateResponse>> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final CertificateActivatePageResponse.Builder toBuilder()
-
validate
final CertificateActivatePageResponse validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static CertificateActivatePageResponse.Builder builder()
Returns a mutable builder for constructing an instance of CertificateActivatePageResponse.
The following fields are required:
.data()
-
-
-
-