Uses of Class
br.com.juno.integration.api.services.request.charge.ChargeListRequest.OrderBy
-
Packages that use ChargeListRequest.OrderBy Package Description br.com.juno.integration.api.services.request.charge -
-
Uses of ChargeListRequest.OrderBy in br.com.juno.integration.api.services.request.charge
Methods in br.com.juno.integration.api.services.request.charge that return ChargeListRequest.OrderBy Modifier and Type Method Description ChargeListRequest.OrderByChargeListRequest. getOrderBy()static ChargeListRequest.OrderByChargeListRequest.OrderBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ChargeListRequest.OrderBy[]ChargeListRequest.OrderBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.juno.integration.api.services.request.charge with parameters of type ChargeListRequest.OrderBy Modifier and Type Method Description voidChargeListRequest. setOrderBy(ChargeListRequest.OrderBy orderBy)
-