All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
A |
addToHeaders(Map<String,String> map) |
A |
addToHeaders(String key,
String value) |
A |
addToRequiredMatchers(Map<String,String> map) |
A |
addToRequiredMatchers(String key,
String value) |
Authorization |
buildAuthorization() |
BasicAuth |
buildBasicAuth() |
OAuth2 |
buildOauth2() |
TLSConfig |
buildTlsConfig() |
protected void |
copyInstance(RemoteReadSpec instance) |
RemoteReadSpecFluent.AuthorizationNested<A> |
editAuthorization() |
RemoteReadSpecFluent.BasicAuthNested<A> |
editBasicAuth() |
RemoteReadSpecFluent.Oauth2Nested<A> |
editOauth2() |
RemoteReadSpecFluent.AuthorizationNested<A> |
editOrNewAuthorization() |
RemoteReadSpecFluent.AuthorizationNested<A> |
editOrNewAuthorizationLike(Authorization item) |
RemoteReadSpecFluent.BasicAuthNested<A> |
editOrNewBasicAuth() |
RemoteReadSpecFluent.BasicAuthNested<A> |
editOrNewBasicAuthLike(BasicAuth item) |
RemoteReadSpecFluent.Oauth2Nested<A> |
editOrNewOauth2() |
RemoteReadSpecFluent.Oauth2Nested<A> |
editOrNewOauth2Like(OAuth2 item) |
RemoteReadSpecFluent.TlsConfigNested<A> |
editOrNewTlsConfig() |
RemoteReadSpecFluent.TlsConfigNested<A> |
editOrNewTlsConfigLike(TLSConfig item) |
RemoteReadSpecFluent.TlsConfigNested<A> |
editTlsConfig() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getBearerToken() |
String |
getBearerTokenFile() |
Boolean |
getFilterExternalLabels() |
Boolean |
getFollowRedirects() |
Map<String,String> |
getHeaders() |
String |
getName() |
String |
getProxyUrl() |
Boolean |
getReadRecent() |
String |
getRemoteTimeout() |
Map<String,String> |
getRequiredMatchers() |
String |
getUrl() |
boolean |
hasAdditionalProperties() |
boolean |
hasAuthorization() |
boolean |
hasBasicAuth() |
boolean |
hasBearerToken() |
boolean |
hasBearerTokenFile() |
boolean |
hasFilterExternalLabels() |
boolean |
hasFollowRedirects() |
int |
hashCode() |
boolean |
hasHeaders() |
boolean |
hasName() |
boolean |
hasOauth2() |
boolean |
hasProxyUrl() |
boolean |
hasReadRecent() |
boolean |
hasRemoteTimeout() |
boolean |
hasRequiredMatchers() |
boolean |
hasTlsConfig() |
boolean |
hasUrl() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
A |
removeFromHeaders(Map<String,String> map) |
A |
removeFromHeaders(String key) |
A |
removeFromRequiredMatchers(Map<String,String> map) |
A |
removeFromRequiredMatchers(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withAuthorization(Authorization authorization) |
A |
withBasicAuth(BasicAuth basicAuth) |
A |
withBearerToken(String bearerToken) |
A |
withBearerTokenFile(String bearerTokenFile) |
A |
withFilterExternalLabels() |
A |
withFilterExternalLabels(Boolean filterExternalLabels) |
A |
withFollowRedirects() |
A |
withFollowRedirects(Boolean followRedirects) |
<K,V> A |
withHeaders(Map<String,String> headers) |
A |
withName(String name) |
RemoteReadSpecFluent.AuthorizationNested<A> |
withNewAuthorization() |
RemoteReadSpecFluent.AuthorizationNested<A> |
withNewAuthorizationLike(Authorization item) |
RemoteReadSpecFluent.BasicAuthNested<A> |
withNewBasicAuth() |
RemoteReadSpecFluent.BasicAuthNested<A> |
withNewBasicAuthLike(BasicAuth item) |
RemoteReadSpecFluent.Oauth2Nested<A> |
withNewOauth2() |
RemoteReadSpecFluent.Oauth2Nested<A> |
withNewOauth2Like(OAuth2 item) |
RemoteReadSpecFluent.TlsConfigNested<A> |
withNewTlsConfig() |
RemoteReadSpecFluent.TlsConfigNested<A> |
withNewTlsConfigLike(TLSConfig item) |
A |
withOauth2(OAuth2 oauth2) |
A |
withProxyUrl(String proxyUrl) |
A |
withReadRecent() |
A |
withReadRecent(Boolean readRecent) |
A |
withRemoteTimeout(String remoteTimeout) |
<K,V> A |
withRequiredMatchers(Map<String,String> requiredMatchers) |
A |
withTlsConfig(TLSConfig tlsConfig) |
A |
withUrl(String url) |