public class RemoteAddressEntitySet extends Object implements Iterable<RemoteAddressEntity>
RemoteAddressEntity
.Constructor and Description |
---|
RemoteAddressEntitySet(Set<RemoteAddressEntity> remoteAddresses,
com.atlassian.plugins.rest.common.Link link) |
Modifier and Type | Method and Description |
---|---|
void |
addRemoteAddress(RemoteAddressEntity addressEntity) |
com.atlassian.plugins.rest.common.Link |
getLink() |
boolean |
isEmpty() |
Iterator<RemoteAddressEntity> |
iterator() |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public RemoteAddressEntitySet(Set<RemoteAddressEntity> remoteAddresses, com.atlassian.plugins.rest.common.Link link)
public void addRemoteAddress(RemoteAddressEntity addressEntity)
public Iterator<RemoteAddressEntity> iterator()
iterator
in interface Iterable<RemoteAddressEntity>
public int size()
public boolean isEmpty()
public com.atlassian.plugins.rest.common.Link getLink()
Copyright © 2021 Atlassian. All rights reserved.