Package app.knock.api.models.recipients
See: Description
-
Interface Summary Interface Description Visitor An interface that defines how to map each variant of Recipient to a value of type T. Visitor An interface that defines how to map each variant of RecipientReference to a value of type T. Visitor An interface that defines how to map each variant of RecipientRequest to a value of type T. -
Class Summary Class Description Recipient A recipient of a notification, which is either a user or an object. Builder A builder for ObjectReference. ObjectReference A reference to a recipient object. RecipientReference A reference to a recipient, either a user identifier (string) or an object reference (ID, collection). RecipientRequest Specifies a recipient in a request.