|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Availability | |
---|---|
com.jakewharton.domainr.entities | Immutable POJOs which provide native object representation of the JSON returned by remote API calls. |
com.jakewharton.domainr.enumerations | All Domainr-defined enumerations which are used both in request responses as well as building remote requests. |
Uses of Availability in com.jakewharton.domainr.entities |
---|
Methods in com.jakewharton.domainr.entities that return Availability | |
---|---|
Availability |
InfoResult.getAvailability()
|
Availability |
SearchResult.Result.getAvailability()
|
Methods in com.jakewharton.domainr.entities with parameters of type Availability | |
---|---|
void |
InfoResult.setAvailability(Availability availability)
|
void |
SearchResult.Result.setAvailability(Availability availability)
|
Uses of Availability in com.jakewharton.domainr.enumerations |
---|
Methods in com.jakewharton.domainr.enumerations that return Availability | |
---|---|
static Availability |
Availability.fromValue(String value)
|
static Availability |
Availability.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Availability[] |
Availability.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |