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
ConstructorsConstructorDescriptionRemoteAddressEntitySet(Set<RemoteAddressEntity> remoteAddresses, com.atlassian.plugins.rest.api.model.Link link) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRemoteAddress(RemoteAddressEntity addressEntity) com.atlassian.plugins.rest.api.model.LinkgetLink()booleanisEmpty()iterator()intsize()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
iteratorin interfaceIterable<RemoteAddressEntity>
-
size
public int size() -
isEmpty
public boolean isEmpty() -
getLink
public com.atlassian.plugins.rest.api.model.Link getLink()
-