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(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, 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. |
static PackageInfo |
PackageInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
PackageInfo |
PackageInfo.Builder.build() |
PackageInfo |
Package.get(java.lang.String packageId)
Retrieves privilege information about the package element corresponding to
packageId . |
PackageInfo |
PackageStub.get(java.lang.String packageId) |
PackageInfo |
Package.get(java.lang.String packageId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieves privilege information about the package element corresponding to
packageId . |
PackageInfo |
PackageStub.get(java.lang.String packageId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,PackageInfo> |
ComponentInfo.getPackages()
Privilege information of all the package elements.
|
Modifier and Type | Method and Description |
---|---|
void |
Package.get(java.lang.String packageId,
com.vmware.vapi.bindings.client.AsyncCallback<PackageInfo> asyncCallback)
Retrieves privilege information about the package element corresponding to
packageId . |
void |
PackageStub.get(java.lang.String packageId,
com.vmware.vapi.bindings.client.AsyncCallback<PackageInfo> asyncCallback) |
void |
Package.get(java.lang.String packageId,
com.vmware.vapi.bindings.client.AsyncCallback<PackageInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieves privilege information about the package element corresponding to
packageId . |
void |
PackageStub.get(java.lang.String packageId,
com.vmware.vapi.bindings.client.AsyncCallback<PackageInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
ComponentInfo.setPackages(java.util.Map<java.lang.String,PackageInfo> packages)
Privilege information of all the package elements.
|
Constructor and Description |
---|
Builder(java.util.Map<java.lang.String,PackageInfo> packages)
Constructor with parameters for the required properties of
ComponentInfo . |