public class ServiceAccountTokenProjectionFluentImpl<A extends ServiceAccountTokenProjectionFluent<A>> extends BaseFluent<A> implements ServiceAccountTokenProjectionFluent<A>
_visitables| Constructor and Description |
|---|
ServiceAccountTokenProjectionFluentImpl() |
ServiceAccountTokenProjectionFluentImpl(ServiceAccountTokenProjection instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAudience() |
Long |
getExpirationSeconds() |
String |
getPath() |
Boolean |
hasAudience() |
Boolean |
hasExpirationSeconds() |
Boolean |
hasPath() |
A |
withAudience(String audience) |
A |
withExpirationSeconds(Long expirationSeconds) |
A |
withNewExpirationSeconds(long arg1) |
A |
withNewExpirationSeconds(String arg1) |
A |
withPath(String path) |
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>>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 A withNewExpirationSeconds(String arg1)
withNewExpirationSeconds in interface ServiceAccountTokenProjectionFluent<A extends ServiceAccountTokenProjectionFluent<A>>public A withNewExpirationSeconds(long arg1)
withNewExpirationSeconds 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>>Copyright © 2015–2019 Red Hat. All rights reserved.