Package com.oracle.bmc.auth.internal
Class X509FederationClient.FederationResponseWrapper.Builder
- java.lang.Object
-
- com.oracle.bmc.auth.internal.X509FederationClient.FederationResponseWrapper.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<X509FederationClient.FederationResponseWrapper>
- Enclosing class:
- X509FederationClient.FederationResponseWrapper
public static class X509FederationClient.FederationResponseWrapper.Builder extends Object implements BmcResponse.Builder<X509FederationClient.FederationResponseWrapper>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BmcResponse.Builder<X509FederationClient.FederationResponseWrapper>__httpStatusCode__(int __httpStatusCode__)X509FederationClient.FederationResponseWrapperbuild()Build the response.BmcResponse.Builder<X509FederationClient.FederationResponseWrapper>copy(X509FederationClient.FederationResponseWrapper o)Copy method to populate the builder with values from the given instance.X509FederationClient.SecurityTokengetToken()BmcResponse.Builder<X509FederationClient.FederationResponseWrapper>headers(Map<String,List<String>> headers)voidsetToken(X509FederationClient.SecurityToken token)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public BmcResponse.Builder<X509FederationClient.FederationResponseWrapper> __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__in interfaceBmcResponse.Builder<X509FederationClient.FederationResponseWrapper>
-
headers
public BmcResponse.Builder<X509FederationClient.FederationResponseWrapper> headers(Map<String,List<String>> headers)
- Specified by:
headersin interfaceBmcResponse.Builder<X509FederationClient.FederationResponseWrapper>
-
copy
public BmcResponse.Builder<X509FederationClient.FederationResponseWrapper> copy(X509FederationClient.FederationResponseWrapper o)
Description copied from interface:BmcResponse.BuilderCopy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcResponse.Builder<X509FederationClient.FederationResponseWrapper>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public X509FederationClient.FederationResponseWrapper build()
Description copied from interface:BmcResponse.BuilderBuild the response.- Specified by:
buildin interfaceBmcResponse.Builder<X509FederationClient.FederationResponseWrapper>- Returns:
- response
-
getToken
public X509FederationClient.SecurityToken getToken()
-
setToken
public void setToken(X509FederationClient.SecurityToken token)
-
-