public class NamedAuthInfoFluentImpl<T extends NamedAuthInfoFluent<T>> extends BaseFluent<T> implements NamedAuthInfoFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
NamedAuthInfoFluentImpl.UserNestedImpl<N> |
NamedAuthInfoFluent.UserNested<N>_visitables| Constructor and Description |
|---|
NamedAuthInfoFluentImpl() |
NamedAuthInfoFluentImpl(NamedAuthInfo instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
NamedAuthInfoFluent.UserNested<T> |
editUser() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getName() |
AuthInfo |
getUser() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withName(String name) |
NamedAuthInfoFluent.UserNested<T> |
withNewUser() |
NamedAuthInfoFluent.UserNested<T> |
withNewUserLike(AuthInfo item) |
T |
withUser(AuthInfo user) |
public NamedAuthInfoFluentImpl()
public NamedAuthInfoFluentImpl(NamedAuthInfo instance)
public String getName()
getName in interface NamedAuthInfoFluent<T extends NamedAuthInfoFluent<T>>public T withName(String name)
withName in interface NamedAuthInfoFluent<T extends NamedAuthInfoFluent<T>>public AuthInfo getUser()
getUser in interface NamedAuthInfoFluent<T extends NamedAuthInfoFluent<T>>public T withUser(AuthInfo user)
withUser in interface NamedAuthInfoFluent<T extends NamedAuthInfoFluent<T>>public NamedAuthInfoFluent.UserNested<T> withNewUser()
withNewUser in interface NamedAuthInfoFluent<T extends NamedAuthInfoFluent<T>>public NamedAuthInfoFluent.UserNested<T> withNewUserLike(AuthInfo item)
withNewUserLike in interface NamedAuthInfoFluent<T extends NamedAuthInfoFluent<T>>public NamedAuthInfoFluent.UserNested<T> editUser()
editUser in interface NamedAuthInfoFluent<T extends NamedAuthInfoFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface NamedAuthInfoFluent<T extends NamedAuthInfoFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface NamedAuthInfoFluent<T extends NamedAuthInfoFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface NamedAuthInfoFluent<T extends NamedAuthInfoFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface NamedAuthInfoFluent<T extends NamedAuthInfoFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface NamedAuthInfoFluent<T extends NamedAuthInfoFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface NamedAuthInfoFluent<T extends NamedAuthInfoFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.