public class DoneableAuthResponse extends AuthResponseFluentImpl<DoneableAuthResponse> implements Doneable<AuthResponse>, AuthResponseFluent<DoneableAuthResponse>
| Constructor and Description |
|---|
DoneableAuthResponse(AuthResponse item) |
DoneableAuthResponse(AuthResponse item,
io.fabric8.docker.api.builder.Function<AuthResponse,AuthResponse> function) |
DoneableAuthResponse(io.fabric8.docker.api.builder.Function<AuthResponse,AuthResponse> function) |
| Modifier and Type | Method and Description |
|---|---|
AuthResponse |
done() |
addToAdditionalProperties, addToAdditionalProperties, equals, getAdditionalProperties, getStatus, removeFromAdditionalProperties, removeFromAdditionalProperties, withAdditionalProperties, withStatusaccept, aggregate, aggregate, build, buildclone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddToAdditionalProperties, addToAdditionalProperties, getAdditionalProperties, getStatus, removeFromAdditionalProperties, removeFromAdditionalProperties, withAdditionalProperties, withStatuspublic DoneableAuthResponse(io.fabric8.docker.api.builder.Function<AuthResponse,AuthResponse> function)
public DoneableAuthResponse(AuthResponse item, io.fabric8.docker.api.builder.Function<AuthResponse,AuthResponse> function)
public DoneableAuthResponse(AuthResponse item)
public AuthResponse done()
done in interface Doneable<AuthResponse>Copyright © 2015–2016 Red Hat. All rights reserved.