| Package | Description |
|---|---|
| com.vmware.vapi.bindings | |
| com.vmware.vapi.bindings.client | |
| com.vmware.vapi.bindings.type |
Representation of the IDL types for the use of the Java language bindings.
|
| com.vmware.vapi.data | |
| 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. |
| com.vmware.vapi.std.interposition |
The
com.vmware.vapi.std.interposition package provides interfaces that
TODO. |
| com.vmware.vapi.std.introspection |
The
com.vmware.vapi.std.introspection package provides interfaces that
expose basic information about the vAPI interfaces registered with a vAPI
provider. |
| Modifier and Type | Method and Description |
|---|---|
StructValue |
Structure._getDataValue()
Returns this
Structure represented in the dynamic
DataValue model. |
StructValue |
DynamicStructureImpl._getDataValue() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends StaticStructure> |
DynamicStructClassResolver.resolveTargetClass(StructValue strValue)
Resolves the target
Class. |
| Constructor and Description |
|---|
DynamicStructureImpl(StructValue strValue)
Constructor.
|
DynamicStructureImpl(StructValue strValue,
com.vmware.vapi.internal.bindings.TypeConverter converter)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
StructValue |
RetryPolicy.RetryContext.getInput() |
| Constructor and Description |
|---|
RetryContext(String serviceId,
String operationId,
ExecutionContext executionContext,
StructValue input)
Creates a context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StructType.validate(StructValue structValue)
Enforces all static (defined in the IDL) or dynamic constrains defined
over this structure.
|
void |
StructType.validate(StructValue structValue,
MethodIdentifier methodId)
Enforces all static (defined in the IDL) or dynamic constrains defined
over this structure.
|
void |
DynamicStructType.validate(StructValue structValue,
com.vmware.vapi.internal.bindings.TypeConverter converter)
Enforces all static (defined in the IDL) or dynamic constrains defined
over this structure.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ErrorValue
DataValue implementation for vAPI errors. |
| Modifier and Type | Method and Description |
|---|---|
StructValue |
StructValue.copy() |
StructValue |
OptionalValue.getStruct() |
StructValue |
StructValue.getStruct(String field) |
StructValue |
StructDefinition.newInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValueVisitor.visit(StructValue value) |
| Modifier and Type | Method and Description |
|---|---|
String |
MessageLocalizer.localize(StructValue localizable)
Localizes a dynamic (
StructValue) representation of
localizable message for the locale used to create this
instance. |
String |
MessageLocalizer.localize(StructValue localizable,
Locale locale)
Localizes a dynamic (
StructValue) representation of
localizable message. |
| Modifier and Type | Field and Description |
|---|---|
protected StructValue |
NestedLocalizableMessage.__dynamicStructureFields |
protected StructValue |
LocalizationParam.__dynamicStructureFields |
protected StructValue |
LocalizableMessage.__dynamicStructureFields |
protected StructValue |
DynamicID.__dynamicStructureFields |
protected StructValue |
AuthenticationScheme.__dynamicStructureFields |
| Modifier and Type | Method and Description |
|---|---|
StructValue |
NestedLocalizableMessage._getDataValue() |
StructValue |
LocalizationParam._getDataValue() |
StructValue |
LocalizableMessage._getDataValue() |
StructValue |
DynamicID._getDataValue() |
StructValue |
AuthenticationScheme._getDataValue() |
| Modifier and Type | Method and Description |
|---|---|
static NestedLocalizableMessage |
NestedLocalizableMessage._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 LocalizationParam |
LocalizationParam._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._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 DynamicID |
DynamicID._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 AuthenticationScheme |
AuthenticationScheme._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 NestedLocalizableMessage |
NestedLocalizableMessage._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static LocalizationParam |
LocalizationParam._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static LocalizableMessage |
LocalizableMessage._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static DynamicID |
DynamicID._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static AuthenticationScheme |
AuthenticationScheme._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
protected void |
NestedLocalizableMessage._updateDataValue(StructValue structValue) |
protected void |
LocalizationParam._updateDataValue(StructValue structValue) |
protected void |
LocalizableMessage._updateDataValue(StructValue structValue) |
protected void |
DynamicID._updateDataValue(StructValue structValue) |
protected void |
AuthenticationScheme._updateDataValue(StructValue structValue) |
static List<Message> |
StandardDataFactory.getMessagesFromErrorValue(StructValue error)
Returns messages associated with the specified standard error
ErrorValue represented as list of Messages. |
| Constructor and Description |
|---|
AuthenticationScheme(StructValue __dynamicStructureFields) |
DynamicID(StructValue __dynamicStructureFields) |
LocalizableMessage(StructValue __dynamicStructureFields) |
LocalizationParam(StructValue __dynamicStructureFields) |
NestedLocalizableMessage(StructValue __dynamicStructureFields) |
| Modifier and Type | Field and Description |
|---|---|
protected StructValue |
TransientIndication.__dynamicStructureFields |
protected StructValue |
FileLocations.__dynamicStructureFields |
protected StructValue |
Error.__dynamicStructureFields |
protected StructValue |
ArgumentLocations.__dynamicStructureFields |
| Modifier and Type | Method and Description |
|---|---|
static UnverifiedPeer |
UnverifiedPeer._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 Unsupported |
Unsupported._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 UnexpectedInput |
UnexpectedInput._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 Unauthorized |
Unauthorized._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 Unauthenticated |
Unauthenticated._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 UnableToAllocateResource |
UnableToAllocateResource._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 TransientIndication |
TransientIndication._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 TimedOut |
TimedOut._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 ServiceUnavailable |
ServiceUnavailable._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 ResourceInaccessible |
ResourceInaccessible._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 ResourceInUse |
ResourceInUse._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 ResourceBusy |
ResourceBusy._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 OperationNotFound |
OperationNotFound._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 NotFound |
NotFound._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 NotAllowedInCurrentState |
NotAllowedInCurrentState._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 InvalidRequest |
InvalidRequest._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 InvalidElementType |
InvalidElementType._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 InvalidElementConfiguration |
InvalidElementConfiguration._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 InvalidArgument |
InvalidArgument._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 InternalServerError |
InternalServerError._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 FileLocations |
FileLocations._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 FeatureInUse |
FeatureInUse._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 Error |
Error._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 ConcurrentChange |
ConcurrentChange._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 Canceled |
Canceled._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 ArgumentLocations |
ArgumentLocations._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 AlreadyInDesiredState |
AlreadyInDesiredState._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 AlreadyExists |
AlreadyExists._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 UnverifiedPeer |
UnverifiedPeer._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static Unsupported |
Unsupported._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static UnexpectedInput |
UnexpectedInput._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static Unauthorized |
Unauthorized._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static Unauthenticated |
Unauthenticated._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static UnableToAllocateResource |
UnableToAllocateResource._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static TransientIndication |
TransientIndication._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static TimedOut |
TimedOut._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static ServiceUnavailable |
ServiceUnavailable._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static ResourceInaccessible |
ResourceInaccessible._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static ResourceInUse |
ResourceInUse._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static ResourceBusy |
ResourceBusy._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static OperationNotFound |
OperationNotFound._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static NotFound |
NotFound._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static NotAllowedInCurrentState |
NotAllowedInCurrentState._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static InvalidRequest |
InvalidRequest._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static InvalidElementType |
InvalidElementType._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static InvalidElementConfiguration |
InvalidElementConfiguration._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static InvalidArgument |
InvalidArgument._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static InternalServerError |
InternalServerError._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static FileLocations |
FileLocations._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static FeatureInUse |
FeatureInUse._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static Error |
Error._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static ConcurrentChange |
ConcurrentChange._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static Canceled |
Canceled._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static ArgumentLocations |
ArgumentLocations._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static AlreadyInDesiredState |
AlreadyInDesiredState._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static AlreadyExists |
AlreadyExists._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
protected void |
UnverifiedPeer._updateDataValue(StructValue structValue) |
protected void |
Unsupported._updateDataValue(StructValue structValue) |
protected void |
UnexpectedInput._updateDataValue(StructValue structValue) |
protected void |
Unauthorized._updateDataValue(StructValue structValue) |
protected void |
Unauthenticated._updateDataValue(StructValue structValue) |
protected void |
UnableToAllocateResource._updateDataValue(StructValue structValue) |
protected void |
TransientIndication._updateDataValue(StructValue structValue) |
protected void |
TimedOut._updateDataValue(StructValue structValue) |
protected void |
ServiceUnavailable._updateDataValue(StructValue structValue) |
protected void |
ResourceInaccessible._updateDataValue(StructValue structValue) |
protected void |
ResourceInUse._updateDataValue(StructValue structValue) |
protected void |
ResourceBusy._updateDataValue(StructValue structValue) |
protected void |
OperationNotFound._updateDataValue(StructValue structValue) |
protected void |
NotFound._updateDataValue(StructValue structValue) |
protected void |
NotAllowedInCurrentState._updateDataValue(StructValue structValue) |
protected void |
InvalidRequest._updateDataValue(StructValue structValue) |
protected void |
InvalidElementType._updateDataValue(StructValue structValue) |
protected void |
InvalidElementConfiguration._updateDataValue(StructValue structValue) |
protected void |
InvalidArgument._updateDataValue(StructValue structValue) |
protected void |
InternalServerError._updateDataValue(StructValue structValue) |
protected void |
FileLocations._updateDataValue(StructValue structValue) |
protected void |
FeatureInUse._updateDataValue(StructValue structValue) |
protected void |
Error._updateDataValue(StructValue structValue) |
protected void |
ConcurrentChange._updateDataValue(StructValue structValue) |
protected void |
Canceled._updateDataValue(StructValue structValue) |
protected void |
ArgumentLocations._updateDataValue(StructValue structValue) |
protected void |
AlreadyInDesiredState._updateDataValue(StructValue structValue) |
protected void |
AlreadyExists._updateDataValue(StructValue structValue) |
| Constructor and Description |
|---|
AlreadyExists(StructValue __dynamicStructureFields) |
AlreadyExists(StructValue __dynamicStructureFields,
Error.Type errorType) |
AlreadyInDesiredState(StructValue __dynamicStructureFields) |
AlreadyInDesiredState(StructValue __dynamicStructureFields,
Error.Type errorType) |
ArgumentLocations(StructValue __dynamicStructureFields) |
Canceled(StructValue __dynamicStructureFields) |
Canceled(StructValue __dynamicStructureFields,
Error.Type errorType) |
ConcurrentChange(StructValue __dynamicStructureFields) |
ConcurrentChange(StructValue __dynamicStructureFields,
Error.Type errorType) |
Error(StructValue __dynamicStructureFields) |
Error(StructValue __dynamicStructureFields,
Error.Type errorType) |
FeatureInUse(StructValue __dynamicStructureFields) |
FeatureInUse(StructValue __dynamicStructureFields,
Error.Type errorType) |
FileLocations(StructValue __dynamicStructureFields) |
InternalServerError(StructValue __dynamicStructureFields) |
InternalServerError(StructValue __dynamicStructureFields,
Error.Type errorType) |
InvalidArgument(StructValue __dynamicStructureFields) |
InvalidArgument(StructValue __dynamicStructureFields,
Error.Type errorType) |
InvalidElementConfiguration(StructValue __dynamicStructureFields) |
InvalidElementConfiguration(StructValue __dynamicStructureFields,
Error.Type errorType) |
InvalidElementType(StructValue __dynamicStructureFields) |
InvalidElementType(StructValue __dynamicStructureFields,
Error.Type errorType) |
InvalidRequest(StructValue __dynamicStructureFields) |
InvalidRequest(StructValue __dynamicStructureFields,
Error.Type errorType) |
NotAllowedInCurrentState(StructValue __dynamicStructureFields) |
NotAllowedInCurrentState(StructValue __dynamicStructureFields,
Error.Type errorType) |
NotFound(StructValue __dynamicStructureFields) |
NotFound(StructValue __dynamicStructureFields,
Error.Type errorType) |
OperationNotFound(StructValue __dynamicStructureFields) |
OperationNotFound(StructValue __dynamicStructureFields,
Error.Type errorType) |
ResourceBusy(StructValue __dynamicStructureFields) |
ResourceBusy(StructValue __dynamicStructureFields,
Error.Type errorType) |
ResourceInaccessible(StructValue __dynamicStructureFields) |
ResourceInaccessible(StructValue __dynamicStructureFields,
Error.Type errorType) |
ResourceInUse(StructValue __dynamicStructureFields) |
ResourceInUse(StructValue __dynamicStructureFields,
Error.Type errorType) |
ServiceUnavailable(StructValue __dynamicStructureFields) |
ServiceUnavailable(StructValue __dynamicStructureFields,
Error.Type errorType) |
TimedOut(StructValue __dynamicStructureFields) |
TimedOut(StructValue __dynamicStructureFields,
Error.Type errorType) |
TransientIndication(StructValue __dynamicStructureFields) |
UnableToAllocateResource(StructValue __dynamicStructureFields) |
UnableToAllocateResource(StructValue __dynamicStructureFields,
Error.Type errorType) |
Unauthenticated(StructValue __dynamicStructureFields) |
Unauthenticated(StructValue __dynamicStructureFields,
Error.Type errorType) |
Unauthorized(StructValue __dynamicStructureFields) |
Unauthorized(StructValue __dynamicStructureFields,
Error.Type errorType) |
UnexpectedInput(StructValue __dynamicStructureFields) |
UnexpectedInput(StructValue __dynamicStructureFields,
Error.Type errorType) |
Unsupported(StructValue __dynamicStructureFields) |
Unsupported(StructValue __dynamicStructureFields,
Error.Type errorType) |
UnverifiedPeer(StructValue __dynamicStructureFields) |
UnverifiedPeer(StructValue __dynamicStructureFields,
Error.Type errorType) |
| Modifier and Type | Field and Description |
|---|---|
protected StructValue |
SecurityPrincipal.__dynamicStructureFields |
protected StructValue |
InvocationResult.__dynamicStructureFields |
protected StructValue |
InvocationRequest.__dynamicStructureFields |
| Modifier and Type | Method and Description |
|---|---|
StructValue |
SecurityPrincipal._getDataValue() |
StructValue |
InvocationResult._getDataValue() |
StructValue |
InvocationRequest._getDataValue() |
| Modifier and Type | Method and Description |
|---|---|
static SecurityPrincipal |
SecurityPrincipal._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 InvocationResult |
InvocationResult._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 InvocationRequest |
InvocationRequest._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 SecurityPrincipal |
SecurityPrincipal._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static InvocationResult |
InvocationResult._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static InvocationRequest |
InvocationRequest._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
protected void |
SecurityPrincipal._updateDataValue(StructValue structValue) |
protected void |
InvocationResult._updateDataValue(StructValue structValue) |
protected void |
InvocationRequest._updateDataValue(StructValue structValue) |
| Constructor and Description |
|---|
InvocationRequest(StructValue __dynamicStructureFields) |
InvocationResult(StructValue __dynamicStructureFields) |
SecurityPrincipal(StructValue __dynamicStructureFields) |
| Modifier and Type | Field and Description |
|---|---|
protected StructValue |
ServiceTypes.Info.__dynamicStructureFields |
protected StructValue |
ProviderTypes.Info.__dynamicStructureFields |
protected StructValue |
OperationTypes.DataDefinition.__dynamicStructureFields |
protected StructValue |
OperationTypes.Info.__dynamicStructureFields |
| Modifier and Type | Method and Description |
|---|---|
StructValue |
ServiceTypes.Info._getDataValue() |
StructValue |
ProviderTypes.Info._getDataValue() |
StructValue |
OperationTypes.DataDefinition._getDataValue() |
StructValue |
OperationTypes.Info._getDataValue() |
| Modifier and Type | Method and Description |
|---|---|
static ServiceTypes.Info |
ServiceTypes.Info._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 ProviderTypes.Info |
ProviderTypes.Info._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 OperationTypes.DataDefinition |
OperationTypes.DataDefinition._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 OperationTypes.Info |
OperationTypes.Info._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 ServiceTypes.Info |
ServiceTypes.Info._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static ProviderTypes.Info |
ProviderTypes.Info._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static OperationTypes.DataDefinition |
OperationTypes.DataDefinition._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
static OperationTypes.Info |
OperationTypes.Info._newInstance2(StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
protected void |
ServiceTypes.Info._updateDataValue(StructValue structValue) |
protected void |
ProviderTypes.Info._updateDataValue(StructValue structValue) |
protected void |
OperationTypes.DataDefinition._updateDataValue(StructValue structValue) |
protected void |
OperationTypes.Info._updateDataValue(StructValue structValue) |
| Constructor and Description |
|---|
DataDefinition(StructValue __dynamicStructureFields) |
Info(StructValue __dynamicStructureFields) |
Info(StructValue __dynamicStructureFields) |
Info(StructValue __dynamicStructureFields) |
Copyright © 2023. All rights reserved.