Package app.knock.api.models.objects
Class ObjectDeleteSubscriptionsParams.Body
-
- All Implemented Interfaces:
public final class ObjectDeleteSubscriptionsParams.BodyA request to delete subscriptions for a set of recipients.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classObjectDeleteSubscriptionsParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final List<RecipientReference>recipients()The recipients of the subscription. final JsonField<List<RecipientReference>>_recipients()Returns the raw JSON value of recipients. final Map<String, JsonValue>_additionalProperties()final ObjectDeleteSubscriptionsParams.Body.BuildertoBuilder()final ObjectDeleteSubscriptionsParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ObjectDeleteSubscriptionsParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
recipients
final List<RecipientReference> recipients()
The recipients of the subscription. You can subscribe up to 100 recipients to an object at a time.
-
_recipients
final JsonField<List<RecipientReference>> _recipients()
Returns the raw JSON value of recipients.
Unlike recipients, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ObjectDeleteSubscriptionsParams.Body.Builder toBuilder()
-
validate
final ObjectDeleteSubscriptionsParams.Body validate()
-
builder
final static ObjectDeleteSubscriptionsParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.recipients()
-
-
-
-