| Package | Description |
|---|---|
| com.vmware.vapi.bindings | |
| com.vmware.vapi.l10n | |
| com.vmware.vapi.std |
The
com.vmware.vapi.std package provides standard types that can be used
in the interface specification of any interface. |
| com.vmware.vapi.std.errors |
The
com.vmware.vapi.std.errors package provides the standard exceptions
that can be included in the list of exceptions in the specification of methods
to indicate that the method might report those exceptions. |
| Modifier and Type | Method and Description |
|---|---|
LocalizableMessage |
LocalizableMessageFactory.getLocalizableMessage(String msgId,
Object... args)
Creates a
LocalizableMessage for the specified ID and
typed arguments. |
LocalizableMessage |
LocalizableMessageFactory.getLocalizableMessage(String msgId,
String... args)
Creates a
LocalizableMessage for the specified ID and
arguments. |
| Modifier and Type | Method and Description |
|---|---|
String |
MessageLocalizer.localize(LocalizableMessage localizable)
Localizes a
LocalizableMessage for the locale used to
create this instance. |
String |
MessageLocalizer.localize(LocalizableMessage localizable,
Locale locale)
Localizes a
LocalizableMessage for given target locale. |
| Modifier and Type | Method and Description |
|---|---|
static LocalizableMessage |
LocalizableMessage._newInstance(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 LocalizableMessage |
LocalizableMessage._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
LocalizableMessage |
LocalizableMessage.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<LocalizableMessage> |
Error.getMessages()
Stack of one or more localizable messages for human exception consumers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Error.setMessages(List<LocalizableMessage> messages)
Stack of one or more localizable messages for human exception consumers.
|
| Constructor and Description |
|---|
AlreadyExists(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
AlreadyInDesiredState(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
UnverifiedPeer. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
Unsupported. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
UnexpectedInput. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
Unauthorized. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
Unauthenticated. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
UnableToAllocateResource. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
TimedOut. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
ServiceUnavailable. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
ResourceInaccessible. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
ResourceInUse. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
ResourceBusy. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
OperationNotFound. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
NotFound. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
NotAllowedInCurrentState. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
InvalidRequest. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
InvalidElementType. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
InvalidElementConfiguration. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
InvalidArgument. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
InternalServerError. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
FeatureInUse. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
Error. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
ConcurrentChange. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
AlreadyInDesiredState. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
Canceled. |
Builder(List<LocalizableMessage> messages)
Constructor with parameters for the required properties of
AlreadyExists. |
Canceled(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
ConcurrentChange(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
Error(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
FeatureInUse(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
InternalServerError(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
InvalidArgument(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
InvalidElementConfiguration(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
InvalidElementType(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
InvalidRequest(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
NotAllowedInCurrentState(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
NotFound(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
OperationNotFound(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
ResourceBusy(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
ResourceInaccessible(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
ResourceInUse(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
ServiceUnavailable(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
TimedOut(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
UnableToAllocateResource(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
Unauthenticated(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
Unauthorized(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
UnexpectedInput(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
Unsupported(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
UnverifiedPeer(List<LocalizableMessage> messages,
Structure data)
This constructor is provided for backwards compatibility purposes only.
|
Copyright © 2022. All rights reserved.