Class SharedCredentialsIdentifierProperties
java.lang.Object
com.atlassian.bamboo.specs.api.model.credentials.SharedCredentialsIdentifierProperties
- All Implemented Interfaces:
EntityProperties
@Immutable
public final class SharedCredentialsIdentifierProperties
extends Object
implements EntityProperties
-
Constructor Summary
ConstructorsConstructorDescriptionSharedCredentialsIdentifierProperties
(@Nullable String name, @Nullable BambooOidProperties oid) SharedCredentialsIdentifierProperties
(@Nullable String name, @Nullable BambooOidProperties oid, @NotNull SharedCredentialsScope scope) -
Method Summary
Modifier and TypeMethodDescriptionboolean
@Nullable String
getName()
@Nullable BambooOidProperties
getOid()
@NotNull SharedCredentialsScope
getScope()
int
hashCode()
boolean
boolean
boolean
toString()
void
validate()
-
Constructor Details
-
SharedCredentialsIdentifierProperties
public SharedCredentialsIdentifierProperties(@Nullable @Nullable String name, @Nullable @Nullable BambooOidProperties oid) throws PropertiesValidationException - Throws:
PropertiesValidationException
-
Method Details
-
getName
-
isNameDefined
public boolean isNameDefined() -
getOid
-
isOidDefined
public boolean isOidDefined() -
getScope
-
isScopeDefined
public boolean isScopeDefined() -
equals
-
hashCode
public int hashCode() -
toString
-
validate
public void validate()- Specified by:
validate
in interfaceEntityProperties
-