Uses of Class
com.orbitz.consul.model.session.SessionCreatedResponse
-
Packages that use SessionCreatedResponse Package Description com.orbitz.consul com.orbitz.consul.model.session -
-
Uses of SessionCreatedResponse in com.orbitz.consul
Methods in com.orbitz.consul that return SessionCreatedResponse Modifier and Type Method Description SessionCreatedResponseSessionClient. createSession(Session value)Create Session.SessionCreatedResponseSessionClient. createSession(Session value, java.lang.String dc)Create Session. -
Uses of SessionCreatedResponse in com.orbitz.consul.model.session
Subclasses of SessionCreatedResponse in com.orbitz.consul.model.session Modifier and Type Class Description classImmutableSessionCreatedResponseImmutable implementation ofSessionCreatedResponse.Methods in com.orbitz.consul.model.session with parameters of type SessionCreatedResponse Modifier and Type Method Description static ImmutableSessionCreatedResponseImmutableSessionCreatedResponse. copyOf(SessionCreatedResponse instance)Creates an immutable copy of aSessionCreatedResponsevalue.ImmutableSessionCreatedResponse.BuilderImmutableSessionCreatedResponse.Builder. from(SessionCreatedResponse instance)Fill a builder with attribute values from the providedSessionCreatedResponseinstance.
-