| Package | Description |
|---|---|
| com.vmware.vapi.metadata.privilege |
The
com.vmware.vapi.metadata.privilege package provides interfaces that
expose privilege information for operation elements across all the service
elements. |
| Modifier and Type | Method and Description |
|---|---|
static PackageInfo |
PackageInfo._newInstance(StructValue structValue)
WARNING: Internal API, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
PackageInfo |
PackageInfo.Builder.build() |
PackageInfo |
Package.get(String packageId)
Retrieves privilege information about the package element corresponding to
packageId. |
PackageInfo |
PackageStub.get(String packageId) |
PackageInfo |
Package.get(String packageId,
InvocationConfig invocationConfig)
Retrieves privilege information about the package element corresponding to
packageId. |
PackageInfo |
PackageStub.get(String packageId,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PackageInfo> |
ComponentInfo.getPackages()
Privilege information of all the package elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Package.get(String packageId,
AsyncCallback<PackageInfo> asyncCallback)
Retrieves privilege information about the package element corresponding to
packageId. |
void |
PackageStub.get(String packageId,
AsyncCallback<PackageInfo> asyncCallback) |
void |
Package.get(String packageId,
AsyncCallback<PackageInfo> asyncCallback,
InvocationConfig invocationConfig)
Retrieves privilege information about the package element corresponding to
packageId. |
void |
PackageStub.get(String packageId,
AsyncCallback<PackageInfo> asyncCallback,
InvocationConfig invocationConfig) |
void |
ComponentInfo.setPackages(Map<String,PackageInfo> packages)
Privilege information of all the package elements.
|
| Constructor and Description |
|---|
ComponentInfo.Builder(Map<String,PackageInfo> packages)
Constructor with parameters for the required properties of
ComponentInfo. |
Copyright © 2016. All Rights Reserved.