@Immutable public final class Audience extends Identifier
DEFAULT_BYTE_LENGTH
Constructor and Description |
---|
Audience(Identifier value)
Creates a new audience identifier with the specified value.
|
Audience(String value)
Creates a new audience identifier with the specified value.
|
Audience(URI value)
Creates a new audience identifier with the specified URI value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object)
Overrides
Object.equals() . |
List<Audience> |
toSingleAudienceList()
Returns a list consisting of this audience only.
|
compareTo, getValue, hashCode, toJSONString, toString
public Audience(String value)
value
- The audience identifier value. Must not be null
or empty string.public Audience(URI value)
value
- The URI value. Must not be null
.public Audience(Identifier value)
value
- The value. Must not be null
.public List<Audience> toSingleAudienceList()
public boolean equals(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 © 2015 Connect2id Ltd.. All Rights Reserved.