WPRouteType enum

Inheritance

Constructors

WPRouteType()
const

Values

UserUpdatePassword → const WPRouteType

Route type WPRouteType.UserUpdatePassword is used to update a WordPress user's password. For WordPress

UserUpdateInfo → const WPRouteType

Route type WPRouteType.UserUpdateInfo is used to update a WordPress user's account info. For WordPress

UserAddRole → const WPRouteType

Route type WPRouteType.UserAddRole is used to add a role to a WordPress user's account. For WordPress

UserRemoveRole → const WPRouteType

Route type WPRouteType.UserRemoveRole is used to remove a role to a WordPress user's account. For WordPress

UserInfo → const WPRouteType

Route type WPRouteType.UserInfo is used to return a WordPress user's info. For WordPress

UserRegister → const WPRouteType

Route type WPRouteType.UserRegister is used to Register a user's on WordPress. For WordPress

UserLogin → const WPRouteType

Route type WPRouteType.UserLogin is used to Login a user's on WordPress. For WordPress

UserDelete → const WPRouteType

Route type WPRouteType.UserDelete is used to delete a user from WordPress. For WordPress

AuthNonce → const WPRouteType

Route type WPRouteType.AuthNonce is used to get a nonce token to authenticate future API requests. For WordPress

AuthVerify → const WPRouteType

Route type WPRouteType.AuthVerify is used to verify an existing nonce token. For WordPress

WCCustomerInfo → const WPRouteType

Route type WPRouteType.WCCustomerInfo is used to get a Customer's info. For WooCommerce

WCCustomerUpdateInfo → const WPRouteType

Route type WPRouteType.WCCustomerUpdateInfo is used to Update WooCommerce details for a customer. For WooCommerce

WCPointsAndRewardsUser → const WPRouteType

Route type WPRouteType.WCPointsAndRewardsUser is used to get a customers points. For WooCommerce Points and Rewards

WCPointsAndRewardsCalculatePoints → const WPRouteType

Route type WPRouteType.WCPointsAndRewardsUser is used to get the value of a customers points. For WooCommerce Points and Rewards

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<WPRouteType>
A constant List of the values in this enum, in order of their declaration.