Package | Description |
---|---|
com.hp.ov.sdk.adaptors | |
com.hp.ov.sdk.dto | |
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
EnclosureGroups |
EnclosureGroupAdaptor.buildDto(Object source) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
EnclosureGroupAdaptor.buildJsonObjectFromDto(EnclosureGroups source,
double version) |
Modifier and Type | Method and Description |
---|---|
List<EnclosureGroups> |
EnclosureGroupCollectionV2.getMembers() |
Modifier and Type | Method and Description |
---|---|
void |
EnclosureGroupCollectionV2.setMembers(List<EnclosureGroups> _members) |
Modifier and Type | Method and Description |
---|---|
EnclosureGroups |
EnclosureGroupClientImpl.createEnclosureGroup(RestParams params,
EnclosureGroups dto,
boolean useJsonRequest) |
EnclosureGroups |
EnclosureGroupClient.createEnclosureGroup(RestParams params,
EnclosureGroups enclosureGroupsDto,
boolean useJsonRequest)
The module aids in the creation of an enclosure group when provided with the
enclosure group details as EnclosureGroups object or JsonRequest.
|
EnclosureGroups |
EnclosureGroupClientImpl.getEnclosureGroup(RestParams params,
String resourceId) |
EnclosureGroups |
EnclosureGroupClient.getEnclosureGroup(RestParams params,
String resourceId)
The module aids in fetching the enclosure group details for the specified
enclosure group resource identifier.
|
EnclosureGroups |
EnclosureGroupClientImpl.getEnclosureGroupByName(RestParams params,
String name) |
EnclosureGroups |
EnclosureGroupClient.getEnclosureGroupByName(RestParams params,
String name)
The module aids in fetching the enclosure group details for the specified
enclosure group name.
|
EnclosureGroups |
EnclosureGroupClientImpl.updateEnclosureGroup(RestParams params,
String resourceId,
EnclosureGroups enclosureGroupDto,
boolean useJsonRequest) |
EnclosureGroups |
EnclosureGroupClient.updateEnclosureGroup(RestParams params,
String resourceId,
EnclosureGroups enclosureGroup,
boolean useJsonRequest)
The module takes in an EnclosureGroups object or JsonRequest and updates
the existing enclosure group based on resource identifier.
|
Modifier and Type | Method and Description |
---|---|
EnclosureGroups |
EnclosureGroupClientImpl.createEnclosureGroup(RestParams params,
EnclosureGroups dto,
boolean useJsonRequest) |
EnclosureGroups |
EnclosureGroupClient.createEnclosureGroup(RestParams params,
EnclosureGroups enclosureGroupsDto,
boolean useJsonRequest)
The module aids in the creation of an enclosure group when provided with the
enclosure group details as EnclosureGroups object or JsonRequest.
|
EnclosureGroups |
EnclosureGroupClientImpl.updateEnclosureGroup(RestParams params,
String resourceId,
EnclosureGroups enclosureGroupDto,
boolean useJsonRequest) |
EnclosureGroups |
EnclosureGroupClient.updateEnclosureGroup(RestParams params,
String resourceId,
EnclosureGroups enclosureGroup,
boolean useJsonRequest)
The module takes in an EnclosureGroups object or JsonRequest and updates
the existing enclosure group based on resource identifier.
|
Copyright © 2016. All rights reserved.