Class PatchAccountExternalDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.PatchAccountExternalDto
-
public class PatchAccountExternalDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPatchAccountExternalDto.Builder
-
Constructor Summary
Constructors Constructor Description PatchAccountExternalDto()PatchAccountExternalDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originUsername, org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountExternalDtoCredentials> credentials, org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountExternalDtoSetupInformation> setupInformation, org.openapitools.jackson.nullable.JsonNullable<? extends Secrets> secrets, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authenticationConfigKey, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> environment, org.openapitools.jackson.nullable.JsonNullable<? extends Label> label, org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountExternalDtoMetadata> metadata)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.openapitools.jackson.nullable.JsonNullable<java.lang.String>authenticationConfigKey()static PatchAccountExternalDto.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<PatchAccountExternalDtoCredentials>credentials()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>environment()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<Label>label()org.openapitools.jackson.nullable.JsonNullable<PatchAccountExternalDtoMetadata>metadata()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>originOwnerId()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>originOwnerName()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>originUsername()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>provider()org.openapitools.jackson.nullable.JsonNullable<Secrets>secrets()org.openapitools.jackson.nullable.JsonNullable<PatchAccountExternalDtoSetupInformation>setupInformation()java.lang.StringtoString()PatchAccountExternalDtowithAuthenticationConfigKey(java.lang.String authenticationConfigKey)PatchAccountExternalDtowithAuthenticationConfigKey(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authenticationConfigKey)PatchAccountExternalDtowithCredentials(PatchAccountExternalDtoCredentials credentials)PatchAccountExternalDtowithCredentials(org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountExternalDtoCredentials> credentials)PatchAccountExternalDtowithEnvironment(java.lang.String environment)PatchAccountExternalDtowithEnvironment(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> environment)PatchAccountExternalDtowithLabel(Label label)PatchAccountExternalDtowithLabel(org.openapitools.jackson.nullable.JsonNullable<? extends Label> label)PatchAccountExternalDtowithMetadata(PatchAccountExternalDtoMetadata metadata)PatchAccountExternalDtowithMetadata(org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountExternalDtoMetadata> metadata)PatchAccountExternalDtowithOriginOwnerId(java.lang.String originOwnerId)PatchAccountExternalDtowithOriginOwnerId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerId)PatchAccountExternalDtowithOriginOwnerName(java.lang.String originOwnerName)PatchAccountExternalDtowithOriginOwnerName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerName)PatchAccountExternalDtowithOriginUsername(java.lang.String originUsername)PatchAccountExternalDtowithOriginUsername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originUsername)PatchAccountExternalDtowithProvider(java.lang.String provider)PatchAccountExternalDtowithProvider(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)PatchAccountExternalDtowithSecrets(Secrets secrets)PatchAccountExternalDtowithSecrets(org.openapitools.jackson.nullable.JsonNullable<? extends Secrets> secrets)PatchAccountExternalDtowithSetupInformation(PatchAccountExternalDtoSetupInformation setupInformation)PatchAccountExternalDtowithSetupInformation(org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountExternalDtoSetupInformation> setupInformation)
-
-
-
Constructor Detail
-
PatchAccountExternalDto
public PatchAccountExternalDto(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerName, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originUsername, org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountExternalDtoCredentials> credentials, org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountExternalDtoSetupInformation> setupInformation, org.openapitools.jackson.nullable.JsonNullable<? extends Secrets> secrets, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authenticationConfigKey, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> environment, org.openapitools.jackson.nullable.JsonNullable<? extends Label> label, org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountExternalDtoMetadata> metadata)
-
PatchAccountExternalDto
public PatchAccountExternalDto()
-
-
Method Detail
-
provider
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider()
-
originOwnerId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerId()
-
originOwnerName
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerName()
-
originUsername
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originUsername()
-
credentials
public org.openapitools.jackson.nullable.JsonNullable<PatchAccountExternalDtoCredentials> credentials()
-
setupInformation
public org.openapitools.jackson.nullable.JsonNullable<PatchAccountExternalDtoSetupInformation> setupInformation()
-
secrets
public org.openapitools.jackson.nullable.JsonNullable<Secrets> secrets()
-
authenticationConfigKey
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authenticationConfigKey()
-
environment
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> environment()
-
label
public org.openapitools.jackson.nullable.JsonNullable<Label> label()
-
metadata
public org.openapitools.jackson.nullable.JsonNullable<PatchAccountExternalDtoMetadata> metadata()
-
builder
public static final PatchAccountExternalDto.Builder builder()
-
withProvider
public PatchAccountExternalDto withProvider(java.lang.String provider)
-
withProvider
public PatchAccountExternalDto withProvider(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)
-
withOriginOwnerId
public PatchAccountExternalDto withOriginOwnerId(java.lang.String originOwnerId)
-
withOriginOwnerId
public PatchAccountExternalDto withOriginOwnerId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerId)
-
withOriginOwnerName
public PatchAccountExternalDto withOriginOwnerName(java.lang.String originOwnerName)
-
withOriginOwnerName
public PatchAccountExternalDto withOriginOwnerName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originOwnerName)
-
withOriginUsername
public PatchAccountExternalDto withOriginUsername(java.lang.String originUsername)
-
withOriginUsername
public PatchAccountExternalDto withOriginUsername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> originUsername)
-
withCredentials
public PatchAccountExternalDto withCredentials(PatchAccountExternalDtoCredentials credentials)
-
withCredentials
public PatchAccountExternalDto withCredentials(org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountExternalDtoCredentials> credentials)
-
withSetupInformation
public PatchAccountExternalDto withSetupInformation(PatchAccountExternalDtoSetupInformation setupInformation)
-
withSetupInformation
public PatchAccountExternalDto withSetupInformation(org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountExternalDtoSetupInformation> setupInformation)
-
withSecrets
public PatchAccountExternalDto withSecrets(Secrets secrets)
-
withSecrets
public PatchAccountExternalDto withSecrets(org.openapitools.jackson.nullable.JsonNullable<? extends Secrets> secrets)
-
withAuthenticationConfigKey
public PatchAccountExternalDto withAuthenticationConfigKey(java.lang.String authenticationConfigKey)
-
withAuthenticationConfigKey
public PatchAccountExternalDto withAuthenticationConfigKey(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authenticationConfigKey)
-
withEnvironment
public PatchAccountExternalDto withEnvironment(java.lang.String environment)
-
withEnvironment
public PatchAccountExternalDto withEnvironment(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> environment)
-
withLabel
public PatchAccountExternalDto withLabel(Label label)
-
withLabel
public PatchAccountExternalDto withLabel(org.openapitools.jackson.nullable.JsonNullable<? extends Label> label)
-
withMetadata
public PatchAccountExternalDto withMetadata(PatchAccountExternalDtoMetadata metadata)
-
withMetadata
public PatchAccountExternalDto withMetadata(org.openapitools.jackson.nullable.JsonNullable<? extends PatchAccountExternalDtoMetadata> metadata)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-