Enumerations

The following enumerations are available globally.

  • Defines the the relation between the filter key and filter value of a metadata template.

    See more

    Declaration

    Swift

    public enum MetadataFilterBound
  • Defines the scope of the metadata template.

    See more

    Declaration

    Swift

    public enum MetadataScope : BoxEnum
  • Defines character of the log and when it will be displayed

    See more

    Declaration

    Swift

    public enum LogLevel : String
  • Defines log category based on what kind of data is being logged

    See more

    Declaration

    Swift

    public enum LogCategory : String
  • Specifies type of value that has granted access to an object.

    See more

    Declaration

    Swift

    public enum AccessibleBy : BoxEnum
  • The desired behavior for conflict-resolution if a template already exists on a given file or folder

    See more

    Declaration

    Swift

    public enum ConflictResolution : BoxEnum
  • 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 more

    Declaration

    Swift

    public enum NullableParameter<T>
  • Defines whether folder will be synced by the Box sync clients or not.

    See more

    Declaration

    Swift

    public enum SyncState : BoxEnum