Class RemoteAddressEntitySet
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.RemoteAddressEntitySet
- All Implemented Interfaces:
Iterable<RemoteAddressEntity>
Represents a set of
RemoteAddressEntity
.- Since:
- 2.2
-
Constructor Summary
ConstructorDescriptionRemoteAddressEntitySet
(Set<RemoteAddressEntity> remoteAddresses, com.atlassian.plugins.rest.api.model.Link link) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addRemoteAddress
(RemoteAddressEntity addressEntity) com.atlassian.plugins.rest.api.model.Link
getLink()
boolean
isEmpty()
iterator()
int
size()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RemoteAddressEntitySet
public RemoteAddressEntitySet(Set<RemoteAddressEntity> remoteAddresses, com.atlassian.plugins.rest.api.model.Link link)
-
-
Method Details
-
addRemoteAddress
-
iterator
- Specified by:
iterator
in interfaceIterable<RemoteAddressEntity>
-
size
public int size() -
isEmpty
public boolean isEmpty() -
getLink
public com.atlassian.plugins.rest.api.model.Link getLink()
-