Class UpdateBitbucketCloudEmailApiTokenConfigurationSourceProviderDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.resourcemanager.model.UpdateConfigurationSourceProviderDetails
-
- com.oracle.bmc.resourcemanager.model.UpdateBitbucketCloudEmailApiTokenConfigurationSourceProviderDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20180917") public final class UpdateBitbucketCloudEmailApiTokenConfigurationSourceProviderDetails extends UpdateConfigurationSourceProviderDetailsUpdate details for a configuration source provider of the type BITBUCKET_CLOUD_ACCESS_TOKEN.This type corresponds to a configuration source provider in Bitbucket Cloud that is authenticated with Atlassian account email and API token. Legacy username/app-password update request shapes are no longer supported.
Note: Objects should always be created or deserialized using theUpdateBitbucketCloudEmailApiTokenConfigurationSourceProviderDetails.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theUpdateBitbucketCloudEmailApiTokenConfigurationSourceProviderDetails.Builder, which maintain a set of all explicitly set fields calledUpdateBitbucketCloudEmailApiTokenConfigurationSourceProviderDetails.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpdateBitbucketCloudEmailApiTokenConfigurationSourceProviderDetails.Builder
-
Constructor Summary
Constructors Constructor Description UpdateBitbucketCloudEmailApiTokenConfigurationSourceProviderDetails(String displayName, String description, PrivateServerConfigDetails privateServerConfigDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String apiEndpoint, String email, String secretId)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateBitbucketCloudEmailApiTokenConfigurationSourceProviderDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetApiEndpoint()The Bitbucket service endpoint.StringgetEmail()Atlassian account email used for Bitbucket Cloud API token authentication.StringgetSecretId()The secret OCID containing an Atlassian API token.inthashCode()UpdateBitbucketCloudEmailApiTokenConfigurationSourceProviderDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.resourcemanager.model.UpdateConfigurationSourceProviderDetails
getDefinedTags, getDescription, getDisplayName, getFreeformTags, getPrivateServerConfigDetails
-
-
-
-
Constructor Detail
-
UpdateBitbucketCloudEmailApiTokenConfigurationSourceProviderDetails
@Deprecated public UpdateBitbucketCloudEmailApiTokenConfigurationSourceProviderDetails(String displayName, String description, PrivateServerConfigDetails privateServerConfigDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String apiEndpoint, String email, String secretId)
Deprecated.
-
-
Method Detail
-
builder
public static UpdateBitbucketCloudEmailApiTokenConfigurationSourceProviderDetails.Builder builder()
Create a new builder.
-
toBuilder
public UpdateBitbucketCloudEmailApiTokenConfigurationSourceProviderDetails.Builder toBuilder()
-
getApiEndpoint
public String getApiEndpoint()
The Bitbucket service endpoint.Example: https://bitbucket.org/
- Returns:
- the value
-
getEmail
public String getEmail()
Atlassian account email used for Bitbucket Cloud API token authentication.- Returns:
- the value
-
getSecretId
public String getSecretId()
The secret OCID containing an Atlassian API token.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin classUpdateConfigurationSourceProviderDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toStringin classUpdateConfigurationSourceProviderDetails- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classUpdateConfigurationSourceProviderDetails
-
hashCode
public int hashCode()
- Overrides:
hashCodein classUpdateConfigurationSourceProviderDetails
-
-