Uses of Class
com.orbitz.consul.model.session.ImmutableSessionCreatedResponse
-
Packages that use ImmutableSessionCreatedResponse Package Description com.orbitz.consul.model.session -
-
Uses of ImmutableSessionCreatedResponse in com.orbitz.consul.model.session
Methods in com.orbitz.consul.model.session that return ImmutableSessionCreatedResponse Modifier and Type Method Description ImmutableSessionCreatedResponseImmutableSessionCreatedResponse.Builder. build()Builds a newImmutableSessionCreatedResponse.static ImmutableSessionCreatedResponseImmutableSessionCreatedResponse. copyOf(SessionCreatedResponse instance)Creates an immutable copy of aSessionCreatedResponsevalue.ImmutableSessionCreatedResponseImmutableSessionCreatedResponse. withId(java.lang.String value)Copy the current immutable object by setting a value for theidattribute.
-