DBUSERSRouteObjects

Objective-C

@interface DBUSERSRouteObjects : NSObject

Swift

class DBUSERSRouteObjects : NSObject

Stone route objects for the Users namespace. Each route in the Users namespace has its own static object, which contains information about the route.

  • Accessor method for the featuresGetValues route object.

    Declaration

    Objective-C

    + (nonnull DBRoute *)DBUSERSFeaturesGetValues;

    Swift

    class func dbusersFeaturesGetValues() -> DBRoute
  • Accessor method for the getAccount route object.

    Declaration

    Objective-C

    + (nonnull DBRoute *)DBUSERSGetAccount;

    Swift

    class func dbusersGetAccount() -> DBRoute
  • Accessor method for the getAccountBatch route object.

    Declaration

    Objective-C

    + (nonnull DBRoute *)DBUSERSGetAccountBatch;

    Swift

    class func dbusersGetAccountBatch() -> DBRoute
  • Accessor method for the getCurrentAccount route object.

    Declaration

    Objective-C

    + (nonnull DBRoute *)DBUSERSGetCurrentAccount;

    Swift

    class func dbusersGetCurrentAccount() -> DBRoute
  • Accessor method for the getSpaceUsage route object.

    Declaration

    Objective-C

    + (nonnull DBRoute *)DBUSERSGetSpaceUsage;

    Swift

    class func dbusersGetSpaceUsage() -> DBRoute