Class AuditLogListResponse.ScimDisabled
-
- All Implemented Interfaces:
public final class AuditLogListResponse.ScimDisabledThe details for events with this
type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditLogListResponse.ScimDisabled.BuilderA builder for ScimDisabled.
-
Method Summary
Modifier and Type Method Description final Optional<String>id()The ID of the SCIM was disabled for. final JsonField<String>_id()Returns the raw JSON value of id. final Map<String, JsonValue>_additionalProperties()final AuditLogListResponse.ScimDisabled.BuildertoBuilder()final AuditLogListResponse.ScimDisabledvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static AuditLogListResponse.ScimDisabled.Builderbuilder()Returns a mutable builder for constructing an instance of ScimDisabled. -
-
Method Detail
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final AuditLogListResponse.ScimDisabled.Builder toBuilder()
-
validate
final AuditLogListResponse.ScimDisabled 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 AuditLogListResponse.ScimDisabled.Builder builder()
Returns a mutable builder for constructing an instance of ScimDisabled.
-
-
-
-