| Class | Description |
|---|---|
| Base64Url |
Encodes and decodes using Base64 URL encoding.
|
| Base64Util |
Utility type exposing Base64 encoding and decoding methods.
|
| CancellationToken |
Type representing a token to cancel one or more operations.
|
| Context |
Context offers a means of passing arbitrary data (key-value pairs) to pipeline policies. |
| DateTimeRfc1123 |
Wrapper over org.threeten.bp.OffsetDateTime used for specifying RFC1123 format
during serialization and deserialization.
|
| ExpandableStringEnum<T extends ExpandableStringEnum<T>> |
Base implementation for expandable, single string enums.
|
| Header |
Represents a single header to be set on a request.
|
| Option<T> |
The Option type to describe tri-state.
|
| UnixTime |
A wrapper over org.threeten.bp.OffsetDateTime used for specifying unix seconds format during serialization and
deserialization.
|