Package | Description |
---|---|
com.hp.ov.sdk.adaptors | |
com.hp.ov.sdk.dto | |
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
Enclosures |
EnclosureAdaptor.buildDto(Object source) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
EnclosureAdaptor.buildJsonObjectFromDto(Enclosures source) |
Modifier and Type | Method and Description |
---|---|
List<Enclosures> |
EnclosureCollectionV2.getMembers() |
Modifier and Type | Method and Description |
---|---|
void |
EnclosureCollectionV2.setMembers(List<Enclosures> _members) |
Modifier and Type | Method and Description |
---|---|
Enclosures |
EnclosureClient.getEnclosure(RestParams params,
String resourceId)
The module aids in fetching the enclosure details for the specified
enclosure resource identifier.
|
Enclosures |
EnclosureClientImpl.getEnclosure(RestParams params,
String resourceId) |
Enclosures |
EnclosureClient.getEnclosureByName(RestParams params,
String name)
The module aids in fetching the enclosure details for the specified
enclosure name.
|
Enclosures |
EnclosureClientImpl.getEnclosureByName(RestParams params,
String name) |
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
EnclosureClient.updateEnclosure(RestParams params,
String resourceId,
Enclosures enclosureDto,
boolean aSync,
boolean useJsonRequest)
The module takes in an enclosure object or JsonRequest and updates the
existing enclosure based on the resource identifier.
|
TaskResourceV2 |
EnclosureClientImpl.updateEnclosure(RestParams params,
String resourceId,
Enclosures enclosureDto,
boolean aSync,
boolean useJsonRequest) |
Copyright © 2016. All rights reserved.