Enumerations
The following enumerations are available globally.
-
Identifiers constants
Declaration
Swift
public enum Box
-
Box item status indicating whether this item is deleted or not.
See moreDeclaration
Swift
public enum ItemStatus : String, Codable
-
Defines by which parameter should list of box items be ordered.
See moreDeclaration
Swift
public enum OrderBy : String, Codable
-
Defines the level of access to the item by its shared link.
See moreDeclaration
Swift
public enum SharedLinkAccess : String, Codable
-
Order direction.
See moreDeclaration
Swift
public enum OrderDirection : String, Codable
-
Decoding error providing more detailed information about decoding failure.
See moreDeclaration
Swift
public enum BoxDecodingError : Error
-
Defines error values for the whole SDK
See moreDeclaration
Swift
public enum BoxError : Error
-
Defines the file extension of a thumbnail image file.
See moreDeclaration
Swift
public enum ThumbnailExtension
-
Defines user’s role within an enterprise
See moreDeclaration
Swift
public enum UserRole
-
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 OptionalParameter<T>
-
Specifies opperations available on metadata template
See moreDeclaration
Swift
public enum MetadataTemplateOperation