Package com.braintrustdata.api.models
Class ViewDeleteParams
-
- All Implemented Interfaces:
-
com.braintrustdata.api.core.Params
public final class ViewDeleteParams implements Params
Delete a view object by its id
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classViewDeleteParams.Bodypublic final classViewDeleteParams.BuilderA builder for ViewDeleteParams.
-
Method Summary
Modifier and Type Method Description final StringviewId()View id 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>_additionalBodyProperties()final Headers_additionalHeaders()final QueryParams_additionalQueryParams()Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. final StringgetPathParam(Integer index)final ViewDeleteParams.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ViewDeleteParams.Builderbuilder()Returns a mutable builder for constructing an instance of ViewDeleteParams. -
-
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.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
getPathParam
final String getPathParam(Integer index)
-
toBuilder
final ViewDeleteParams.Builder toBuilder()
-
builder
final static ViewDeleteParams.Builder builder()
Returns a mutable builder for constructing an instance of ViewDeleteParams.
The following fields are required:
.viewId() .objectId() .objectType()
-
-
-
-