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.BuilderA builder for ViewDeleteParams.
public final classViewDeleteParams.Body
-
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()final ViewDeleteParams.BuildertoBuilder()final ViewDeleteParams.Body_body()final String_pathParam(Integer index)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. 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()
-
toBuilder
final ViewDeleteParams.Builder toBuilder()
-
_body
final ViewDeleteParams.Body _body()
-
_pathParam
final String _pathParam(Integer index)
-
_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.
-
builder
final static ViewDeleteParams.Builder builder()
Returns a mutable builder for constructing an instance of ViewDeleteParams.
The following fields are required:
.viewId() .objectId() .objectType()
-
-
-
-