public class ServiceAccountTokenProjectionFluentImpl<A extends ServiceAccountTokenProjectionFluent<A>> extends BaseFluent<A> implements ServiceAccountTokenProjectionFluent<A>
_visitables, VISIT
Constructor and Description |
---|
ServiceAccountTokenProjectionFluentImpl() |
ServiceAccountTokenProjectionFluentImpl(ServiceAccountTokenProjection instance) |
Modifier and Type | Method and Description |
---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getAudience() |
Long |
getExpirationSeconds() |
String |
getPath() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasAudience() |
Boolean |
hasExpirationSeconds() |
int |
hashCode() |
Boolean |
hasPath() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAudience(String audience) |
A |
withExpirationSeconds(Long expirationSeconds) |
A |
withNewAudience(String arg0)
Deprecated.
|
A |
withNewPath(String arg0)
Deprecated.
|
A |
withPath(String path) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public ServiceAccountTokenProjectionFluentImpl()
public ServiceAccountTokenProjectionFluentImpl(ServiceAccountTokenProjection instance)
public String getAudience()
getAudience
in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
public A withAudience(String audience)
withAudience
in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
public Boolean hasAudience()
hasAudience
in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
@Deprecated public A withNewAudience(String arg0)
withNewAudience
in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
public Long getExpirationSeconds()
getExpirationSeconds
in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
public A withExpirationSeconds(Long expirationSeconds)
withExpirationSeconds
in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
public Boolean hasExpirationSeconds()
hasExpirationSeconds
in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
public String getPath()
getPath
in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
public A withPath(String path)
withPath
in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
public Boolean hasPath()
hasPath
in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
@Deprecated public A withNewPath(String arg0)
withNewPath
in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties
in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties
in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties
in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties
in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
public Map<String,Object> getAdditionalProperties()
getAdditionalProperties
in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties
in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
public Boolean hasAdditionalProperties()
hasAdditionalProperties
in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>
Copyright © 2015–2020 Red Hat. All rights reserved.