@Immutable public final class SoftwareVersion extends Identifier
Related specifications:
DEFAULT_BYTE_LENGTH
Constructor and Description |
---|
SoftwareVersion(java.lang.String value)
Creates a new OAuth 2.0 client software version identifier with the
specified value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Overrides
Object.equals() . |
compareTo, getValue, hashCode, toJSONString, toString
public SoftwareVersion(java.lang.String value)
value
- The software version identifier value. Must not be
null
or empty string.public boolean equals(java.lang.Object object)
Identifier
Object.equals()
.equals
in class Identifier
object
- The object to compare to.true
if the objects have the same value, otherwise
false
.Copyright © 2014 Connect2id Ltd.. All Rights Reserved.