Uses of Class
de.knipp.rritoolkit.response.ContactCheckResponse.State

Packages that use ContactCheckResponse.State
de.knipp.rritoolkit.response   
 

Uses of ContactCheckResponse.State in de.knipp.rritoolkit.response
 

Fields in de.knipp.rritoolkit.response declared as ContactCheckResponse.State
private  ContactCheckResponse.State ContactCheckResponse.state
          the status
 

Fields in de.knipp.rritoolkit.response with type parameters of type ContactCheckResponse.State
private static java.util.Map<java.lang.String,ContactCheckResponse.State> ContactCheckResponse.State.tokenMap
          map from the token to the type
 

Methods in de.knipp.rritoolkit.response that return ContactCheckResponse.State
static ContactCheckResponse.State ContactCheckResponse.State.fromToken(java.lang.String denicToken)
          returns the state for the given token
 ContactCheckResponse.State ContactCheckResponse.getState()
          return the status
static ContactCheckResponse.State ContactCheckResponse.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ContactCheckResponse.State[] ContactCheckResponse.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2005-2011 Knipp Medien und Kommunikation GmbH