Class PatchAccountExternalDto.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.PatchAccountExternalDto.Builder
-
- Enclosing class:
- PatchAccountExternalDto
public static final class PatchAccountExternalDto.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchAccountExternalDto.BuilderauthenticationConfigKey(java.lang.String authenticationConfigKey)PatchAccountExternalDto.BuilderauthenticationConfigKey(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authenticationConfigKey)PatchAccountExternalDtobuild()PatchAccountExternalDto.Buildercredentials(PatchAccountExternalDtoCredentials credentials)PatchAccountExternalDto.Buildercredentials(org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountExternalDtoCredentials> credentials)PatchAccountExternalDto.Builderenvironment(java.lang.String environment)PatchAccountExternalDto.Builderenvironment(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> environment)PatchAccountExternalDto.Builderlabel(Label label)PatchAccountExternalDto.Builderlabel(org.openapitools.jackson.nullable.JsonNullable<? extends Label> label)PatchAccountExternalDto.Buildermetadata(PatchAccountExternalDtoMetadata metadata)PatchAccountExternalDto.Buildermetadata(org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountExternalDtoMetadata> metadata)PatchAccountExternalDto.BuilderoriginOwnerId(java.lang.String originOwnerId)PatchAccountExternalDto.BuilderoriginOwnerId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerId)PatchAccountExternalDto.BuilderoriginOwnerName(java.lang.String originOwnerName)PatchAccountExternalDto.BuilderoriginOwnerName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerName)PatchAccountExternalDto.BuilderoriginUsername(java.lang.String originUsername)PatchAccountExternalDto.BuilderoriginUsername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originUsername)PatchAccountExternalDto.Builderprovider(java.lang.String provider)PatchAccountExternalDto.Builderprovider(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)PatchAccountExternalDto.Buildersecrets(Secrets secrets)PatchAccountExternalDto.Buildersecrets(org.openapitools.jackson.nullable.JsonNullable<? extends Secrets> secrets)PatchAccountExternalDto.BuildersetupInformation(SetupInformation setupInformation)PatchAccountExternalDto.BuildersetupInformation(org.openapitools.jackson.nullable.JsonNullable<? extends SetupInformation> setupInformation)PatchAccountExternalDto.Buildertype(PatchAccountExternalDtoType type)The account typePatchAccountExternalDto.Buildertype(org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountExternalDtoType> type)The account type
-
-
-
Method Detail
-
provider
public PatchAccountExternalDto.Builder provider(java.lang.String provider)
-
provider
public PatchAccountExternalDto.Builder provider(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)
-
originOwnerId
public PatchAccountExternalDto.Builder originOwnerId(java.lang.String originOwnerId)
-
originOwnerId
public PatchAccountExternalDto.Builder originOwnerId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerId)
-
originOwnerName
public PatchAccountExternalDto.Builder originOwnerName(java.lang.String originOwnerName)
-
originOwnerName
public PatchAccountExternalDto.Builder originOwnerName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerName)
-
originUsername
public PatchAccountExternalDto.Builder originUsername(java.lang.String originUsername)
-
originUsername
public PatchAccountExternalDto.Builder originUsername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originUsername)
-
credentials
public PatchAccountExternalDto.Builder credentials(PatchAccountExternalDtoCredentials credentials)
-
credentials
public PatchAccountExternalDto.Builder credentials(org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountExternalDtoCredentials> credentials)
-
setupInformation
public PatchAccountExternalDto.Builder setupInformation(SetupInformation setupInformation)
-
setupInformation
public PatchAccountExternalDto.Builder setupInformation(org.openapitools.jackson.nullable.JsonNullable<? extends SetupInformation> setupInformation)
-
secrets
public PatchAccountExternalDto.Builder secrets(Secrets secrets)
-
secrets
public PatchAccountExternalDto.Builder secrets(org.openapitools.jackson.nullable.JsonNullable<? extends Secrets> secrets)
-
authenticationConfigKey
public PatchAccountExternalDto.Builder authenticationConfigKey(java.lang.String authenticationConfigKey)
-
authenticationConfigKey
public PatchAccountExternalDto.Builder authenticationConfigKey(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authenticationConfigKey)
-
environment
public PatchAccountExternalDto.Builder environment(java.lang.String environment)
-
environment
public PatchAccountExternalDto.Builder environment(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> environment)
-
label
public PatchAccountExternalDto.Builder label(Label label)
-
label
public PatchAccountExternalDto.Builder label(org.openapitools.jackson.nullable.JsonNullable<? extends Label> label)
-
metadata
public PatchAccountExternalDto.Builder metadata(PatchAccountExternalDtoMetadata metadata)
-
metadata
public PatchAccountExternalDto.Builder metadata(org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountExternalDtoMetadata> metadata)
-
type
public PatchAccountExternalDto.Builder type(PatchAccountExternalDtoType type)
The account type
-
type
public PatchAccountExternalDto.Builder type(org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountExternalDtoType> type)
The account type
-
build
public PatchAccountExternalDto build()
-
-