Uses of Class
com.orbitz.consul.model.session.ImmutableSessionCreatedResponse.Builder
-
Packages that use ImmutableSessionCreatedResponse.Builder Package Description com.orbitz.consul.model.session -
-
Uses of ImmutableSessionCreatedResponse.Builder in com.orbitz.consul.model.session
Methods in com.orbitz.consul.model.session that return ImmutableSessionCreatedResponse.Builder Modifier and Type Method Description static ImmutableSessionCreatedResponse.BuilderImmutableSessionCreatedResponse. builder()Creates a builder forImmutableSessionCreatedResponse.ImmutableSessionCreatedResponse.BuilderImmutableSessionCreatedResponse.Builder. from(SessionCreatedResponse instance)Fill a builder with attribute values from the providedSessionCreatedResponseinstance.ImmutableSessionCreatedResponse.BuilderImmutableSessionCreatedResponse.Builder. id(java.lang.String id)Initializes the value for theidattribute.
-