Class SharedCredentialsIdentifierProperties
- java.lang.Object
-
- com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsIdentifierProperties
-
- All Implemented Interfaces:
EntityProperties
@Immutable public final class SharedCredentialsIdentifierProperties extends java.lang.Object implements EntityProperties
-
-
Constructor Summary
Constructors Constructor Description SharedCredentialsIdentifierProperties(@Nullable java.lang.String name, @Nullable BambooOidProperties oid)SharedCredentialsIdentifierProperties(@Nullable java.lang.String name, @Nullable BambooOidProperties oid, @NotNull SharedCredentialsScope scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@Nullable java.lang.StringgetName()@Nullable BambooOidPropertiesgetOid()@NotNull SharedCredentialsScopegetScope()inthashCode()booleanisNameDefined()booleanisOidDefined()booleanisScopeDefined()java.lang.StringtoString()voidvalidate()
-
-
-
Constructor Detail
-
SharedCredentialsIdentifierProperties
public SharedCredentialsIdentifierProperties(@Nullable @Nullable java.lang.String name, @Nullable @Nullable BambooOidProperties oid, @NotNull @NotNull SharedCredentialsScope scope) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
SharedCredentialsIdentifierProperties
public SharedCredentialsIdentifierProperties(@Nullable @Nullable java.lang.String name, @Nullable @Nullable BambooOidProperties oid) throws PropertiesValidationException- Throws:
PropertiesValidationException
-
-
Method Detail
-
getName
@Nullable public @Nullable java.lang.String getName()
-
isNameDefined
public boolean isNameDefined()
-
getOid
@Nullable public @Nullable BambooOidProperties getOid()
-
isOidDefined
public boolean isOidDefined()
-
getScope
@NotNull public @NotNull SharedCredentialsScope getScope()
-
isScopeDefined
public boolean isScopeDefined()
-
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
-
validate
public void validate()
- Specified by:
validatein interfaceEntityProperties
-
-