Package com.courier.models.users.tokens
See: Description
-
Class Summary Class Description Builder A builder for TokenAddMultipleParams. TokenAddMultipleParams Adds multiple tokens to a user and overwrites matching existing tokens. Builder A builder for TokenAddSingleParams. Builder A builder for Body. Body Request body for adding a single token. ProviderKey Builder A builder for Device. Device Information about the device the token came from. ExpiryDate ISO 8601 formatted date the token expires. Builder A builder for Tracking. Tracking Tracking information about the device the token came from. TokenAddSingleParams Adds a single token to a user and overwrites a matching existing token. Builder A builder for TokenDeleteParams. TokenDeleteParams Delete User Token Builder A builder for TokenListParams. TokenListParams Gets all tokens available for a :user_id Builder A builder for TokenListResponse. TokenListResponse A list of tokens registered with the user. Builder A builder for TokenRetrieveParams. TokenRetrieveParams Get single token available for a :tokenBuilder A builder for TokenRetrieveResponse. Status TokenRetrieveResponse Builder A builder for TokenUpdateParams. Builder A builder for Body. Body Builder A builder for Patch. Patch TokenUpdateParams Apply a JSON Patch (RFC 6902) to the specified token. Builder A builder for UserToken. ProviderKey Builder A builder for Device. Device Information about the device the token came from. ExpiryDate ISO 8601 formatted date the token expires. Builder A builder for Tracking. Tracking Tracking information about the device the token came from. UserToken -
Enum Summary Enum Description Known An enum containing ProviderKey's known values. Value An enum containing ProviderKey's known values, as well as an _UNKNOWN member. Known An enum containing Status's known values. Value An enum containing Status's known values, as well as an _UNKNOWN member. Known An enum containing ProviderKey's known values. Value An enum containing ProviderKey's known values, as well as an _UNKNOWN member. -
Interface Summary Interface Description Visitor An interface that defines how to map each variant of ExpiryDate to a value of type T. Visitor An interface that defines how to map each variant of ExpiryDate to a value of type T.