@Generated(value="io.sphere.sdk.annotations.processors.generators.HasBuilderGenerator", comments="Generated from: io.sphere.sdk.extensions.AuthorizationHeaderAuthentication") public final class AuthorizationHeaderAuthenticationBuilder extends Base implements Builder<AuthorizationHeaderAuthentication>
AuthorizationHeaderAuthentication.| Modifier and Type | Method and Description |
|---|---|
AuthorizationHeaderAuthentication |
build()
Creates a new instance of
AuthorizationHeaderAuthentication with the values of this builder. |
AuthorizationHeaderAuthenticationBuilder |
headerValue(String headerValue)
Sets the
headerValue property of this builder. |
static AuthorizationHeaderAuthenticationBuilder |
of(AuthorizationHeaderAuthentication template)
Creates a new object initialized with the fields of the template parameter.
|
static AuthorizationHeaderAuthenticationBuilder |
of(String headerValue)
Creates a new object initialized with the given values.
|
public AuthorizationHeaderAuthenticationBuilder headerValue(String headerValue)
headerValue property of this builder.headerValue - the value for AuthorizationHeaderAuthentication.getHeaderValue()public AuthorizationHeaderAuthentication build()
AuthorizationHeaderAuthentication with the values of this builder.build in interface Builder<AuthorizationHeaderAuthentication>public static AuthorizationHeaderAuthenticationBuilder of(String headerValue)
headerValue - initial value for the AuthorizationHeaderAuthentication.getHeaderValue() propertypublic static AuthorizationHeaderAuthenticationBuilder of(AuthorizationHeaderAuthentication template)
template - the template