Enumerations
The following enumerations are available globally.
-
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 : Stringextension LogLevel: CustomStringConvertible -
Defines log category based on what kind of data is being logged
See moreDeclaration
Swift
public enum LogCategory : Stringextension LogCategory: CustomStringConvertible -
Defines by which parameter should list of box items be ordered.
See moreDeclaration
Swift
public enum FolderItemsOrderBy : BoxEnumextension FolderItemsOrderBy: QueryParameterConvertible -
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 -
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
Enumerations Reference