JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.shredzone.acme4j.Order
Packages that use
Order
Package
Description
org.shredzone.acme4j
Uses of
Order
in
org.shredzone.acme4j
Methods in
org.shredzone.acme4j
that return
Order
Modifier and Type
Method
Description
Order
Login.
bindOrder
(
URL
location)
Creates a new instance of
Order
and binds it to this login.
Order
OrderBuilder.
create
()
Sends a new order to the server, and returns an
Order
object.
Methods in
org.shredzone.acme4j
that return types with arguments of type
Order
Modifier and Type
Method
Description
Iterator
<
Order
>
Account.
getOrders
()
Returns an
Iterator
of all
Order
belonging to this
Account
.