| Modifier and Type | Method and Description |
|---|---|
Iterator<RemoteAddressEntity> |
RemoteAddressEntitySet.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteAddressEntitySet.addRemoteAddress(RemoteAddressEntity addressEntity) |
| Constructor and Description |
|---|
RemoteAddressEntitySet(Set<RemoteAddressEntity> remoteAddresses,
com.atlassian.plugins.rest.common.Link link) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationController.addRemoteAddress(long applicationId,
RemoteAddressEntity remoteAddressEntity)
Adds a remote address to the list of allowed addresses for the application.
|
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
ApplicationResource.addRemoteAddress(long applicationId,
RemoteAddressEntity remoteAddressEntity)
Adds the remote address to the specified application.
|
| Modifier and Type | Method and Description |
|---|---|
static RemoteAddressEntity |
ApplicationEntityTranslator.toRemoteAddressEntity(RemoteAddress remoteAddress,
URI baseUri)
Translate from a
RemoteAddress to a RemoteAddressEntity. |
| Modifier and Type | Method and Description |
|---|---|
static RemoteAddress |
ApplicationEntityTranslator.toRemoteAddress(RemoteAddressEntity remoteAddressEntity)
Translates from a
RemoteAddressEntity to a RemoteAddress. |
Copyright © 2017 Atlassian. All rights reserved.