Uses of Class
jetbrains.buildServer.serverSide.oauth.TokenStoragePageOrder.Direction
-
Packages that use TokenStoragePageOrder.Direction Package Description jetbrains.buildServer.serverSide.oauth -
-
Uses of TokenStoragePageOrder.Direction in jetbrains.buildServer.serverSide.oauth
Methods in jetbrains.buildServer.serverSide.oauth that return TokenStoragePageOrder.Direction Modifier and Type Method Description static TokenStoragePageOrder.Direction
TokenStoragePageOrder.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static TokenStoragePageOrder.Direction[]
TokenStoragePageOrder.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in jetbrains.buildServer.serverSide.oauth with parameters of type TokenStoragePageOrder.Direction Constructor Description TokenStoragePageOrder(int pageNumber, int pageSize, TokenStoragePageOrder.OrderBy orderBy, TokenStoragePageOrder.Direction direction)
-