Package com.braintrustdata.api.models
Class ViewDeleteParams.Body
-
- All Implemented Interfaces:
public final class ViewDeleteParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classViewDeleteParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final StringobjectId()The id of the object the view applies to final AclObjectTypeobjectType()The object type that the ACL applies to final JsonField<String>_objectId()Returns the raw JSON value of objectId. final JsonField<AclObjectType>_objectType()Returns the raw JSON value of objectType. final Map<String, JsonValue>_additionalProperties()final ViewDeleteParams.Body.BuildertoBuilder()final ViewDeleteParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ViewDeleteParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
objectType
final AclObjectType objectType()
The object type that the ACL applies to
-
_objectId
final JsonField<String> _objectId()
Returns the raw JSON value of objectId.
Unlike objectId, this method doesn't throw if the JSON field has an unexpected type.
-
_objectType
final JsonField<AclObjectType> _objectType()
Returns the raw JSON value of objectType.
Unlike objectType, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ViewDeleteParams.Body.Builder toBuilder()
-
validate
final ViewDeleteParams.Body validate()
-
builder
final static ViewDeleteParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.objectId() .objectType()
-
-
-
-