Enumerations
The following enumerations are available globally.
-
Provides method for converting Callback based API into an async API
See moreDeclaration
Swift
@available(iOS 13.0, macOS 10.15, *) public enum AsyncHelper
-
Defines the the relation between the filter key and filter value of a metadata template.
See moreDeclaration
Swift
public enum MetadataFilterBound
-
Utility methods for common response handling
See moreDeclaration
Swift
public enum ResponseHandler
-
Defines character of the log and when it will be displayed
See moreDeclaration
Swift
public enum LogLevel : String
extension LogLevel: CustomStringConvertible
-
Defines log category based on what kind of data is being logged
See moreDeclaration
Swift
public enum LogCategory : String
extension LogCategory: CustomStringConvertible
-
Defines by which parameter should list of box items be ordered.
See moreDeclaration
Swift
public enum FolderItemsOrderBy : BoxEnum
extension FolderItemsOrderBy: QueryParameterConvertible
-
Represents HTTP methods.
See moreDeclaration
Swift
public enum HTTPMethod : String
-
Provides methods for deserialization JSON data to custom objects
See moreDeclaration
Swift
public enum ObjectDeserializer
-
Stores offset, marker or stream position for the iterator
See moreDeclaration
Swift
public enum PagingParameter
-
Type for updating optional parameters - parameters that can either have value of some type, or be nil. Should be used mainly with optinal method parameters to differentiate between ignored parameter and parameter with a nil value.
See moreDeclaration
Swift
public enum NullableParameter<T>
extension NullableParameter: Encodable where T: Encodable
extension NullableParameter: Equatable where T: Equatable
-
Operations on a file metadata
See moreDeclaration
Swift
public enum FileMetadataOperation
-
Operations on a folder metadata
See moreDeclaration
Swift
public enum FolderMetadataOperation
-
Specifies opperations available on metadata template
See moreDeclaration
Swift
public enum MetadataTemplateOperation