_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
Organization |
get(java.lang.String org)
Get details of organization
|
void |
get(java.lang.String org,
AsyncCallback<Organization> asyncCallback)
Get details of organization
|
void |
get(java.lang.String org,
AsyncCallback<Organization> asyncCallback,
InvocationConfig invocationConfig)
Get details of organization
|
Organization |
get(java.lang.String org,
InvocationConfig invocationConfig)
Get details of organization
|
java.util.List<Organization> |
list()
Return a list of all organizations the calling user (based on credential) is
authorized on.
|
void |
list(AsyncCallback<java.util.List<Organization>> asyncCallback)
Return a list of all organizations the calling user (based on credential) is
authorized on.
|
void |
list(AsyncCallback<java.util.List<Organization>> asyncCallback,
InvocationConfig invocationConfig)
Return a list of all organizations the calling user (based on credential) is
authorized on.
|
java.util.List<Organization> |
list(InvocationConfig invocationConfig)
Return a list of all organizations the calling user (based on credential) is
authorized on.
|
Organization get(java.lang.String org)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org - Organization identifier (required)Unauthenticated - UnauthorizedUnauthorized - ForbiddenNotFound - Organization doesn't existOrganization get(java.lang.String org, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
org - Organization identifier (required)invocationConfig - Configuration for the method invocation.Unauthenticated - UnauthorizedUnauthorized - ForbiddenNotFound - Organization doesn't existvoid get(java.lang.String org,
AsyncCallback<Organization> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.vmc.model.Organization
Operation Errors:
Unauthenticated - Unauthorized
Unauthorized - Forbidden
NotFound - Organization doesn't exist
org - Organization identifier (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String org,
AsyncCallback<Organization> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.vmc.model.Organization
Operation Errors:
Unauthenticated - Unauthorized
Unauthorized - Forbidden
NotFound - Organization doesn't exist
org - Organization identifier (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.java.util.List<Organization> list()
Synchronous method overload. Result of the invocation will be reported as a method return value.
Unauthenticated - UnauthorizedUnauthorized - Forbiddenjava.util.List<Organization> list(InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.Unauthenticated - UnauthorizedUnauthorized - Forbiddenvoid list(AsyncCallback<java.util.List<Organization>> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
Unauthenticated - Unauthorized
Unauthorized - Forbidden
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(AsyncCallback<java.util.List<Organization>> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
Unauthenticated - Unauthorized
Unauthorized - Forbidden
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.