Uses of Class
org.xipki.ca.gateway.acme.type.OrderStatus
-
Packages that use OrderStatus Package Description org.xipki.ca.gateway.acme org.xipki.ca.gateway.acme.msg org.xipki.ca.gateway.acme.type -
-
Uses of OrderStatus in org.xipki.ca.gateway.acme
Methods in org.xipki.ca.gateway.acme that return OrderStatus Modifier and Type Method Description OrderStatusAcmeOrder. getStatus()Methods in org.xipki.ca.gateway.acme with parameters of type OrderStatus Modifier and Type Method Description voidAcmeOrder. setStatus(OrderStatus status) -
Uses of OrderStatus in org.xipki.ca.gateway.acme.msg
Methods in org.xipki.ca.gateway.acme.msg that return OrderStatus Modifier and Type Method Description OrderStatusOrderResponse. getStatus()Methods in org.xipki.ca.gateway.acme.msg with parameters of type OrderStatus Modifier and Type Method Description voidOrderResponse. setStatus(OrderStatus status) -
Uses of OrderStatus in org.xipki.ca.gateway.acme.type
Methods in org.xipki.ca.gateway.acme.type that return OrderStatus Modifier and Type Method Description static OrderStatusOrderStatus. ofCode(int code)static OrderStatusOrderStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OrderStatus[]OrderStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-