- callCountGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a GET REST call that returns a CountResponse object.
- callDeleteRESTCall(String, Class<T>, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a Delete REST call that returns a response object.
- callGetRESTCall(String, Class<T>, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a GET REST call that returns a response object.
- callGetRESTCallNoParams(String, Class<T>, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a GET REST call that returns a response object.
- callGUIDGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a GET REST call that returns a GUIDResponse object.
- callGUIDListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a GET REST call that returns a list of GUIDs object.
- callGUIDListPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a POST REST call that returns a list of GUIDs object.
- callGUIDPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a POST REST call that returns a guid object.
- callNameListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a GET REST call that returns a list of names.
- callPostRESTCall(String, Class<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a POST REST call that returns a response object.
- callPostRESTCallNoParams(String, Class<T>, String, Object) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a POST REST call that returns a response object.
- callPutRESTCall(String, Class<T>, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
Issue a PUT REST call that returns a response object.
- callStringMapGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a GET REST call that returns a list of names mapped to their descriptions.
- callVoidGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a POST REST call that returns a VoidResponse object.
- callVoidPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClient
-
Issue a POST REST call that returns a VoidResponse object.
- captureCheckedException(FFDCResponseBase, OCFCheckedExceptionBase, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureCheckedException(FFDCResponseBase, OCFCheckedExceptionBase, String, Map<String, Object>) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureInvalidParameterException(FFDCResponseBase, InvalidParameterException) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- capturePropertyServerException(FFDCResponseBase, PropertyServerException) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureThrowable(FFDCResponseBase, Throwable, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureThrowable(FFDCResponseBase, Throwable, String, AuditLog) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- captureUserNotAuthorizedException(FFDCResponseBase, UserNotAuthorizedException) - Method in class org.odpi.openmetadata.commonservices.ffdc.RESTExceptionHandler
-
Set the exception information into the response.
- CountResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
CountResponse defines the response structure for the OMAS REST API calls that returns a
number as a response.
- CountResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.CountResponse
-
Default constructor
- CountResponse(CountResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.CountResponse
-
Copy/clone constructor
- getActionDescription() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return the description of the activity in progress when the exception occurred.
- getCount() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.CountResponse
-
Return the count of objects.
- getExceptionCausedBy() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return the name of any nested exception that may indicate the root cause of the exception.
- getExceptionClassName() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return the name of the Java class name to use to recreate the exception.
- getExceptionErrorMessage() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return the error message associated with the exception.
- getExceptionErrorMessageId() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return the formal message identifier for the error message.
- getExceptionErrorMessageParameters() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return the parameters that were inserted in the error message.
- getExceptionProperties() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return the additional properties stored by the exceptions.
- getExceptionSystemAction() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return the description of the action taken by the system as a result of the exception.
- getExceptionUserAction() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return the action that a user should take to resolve the problem.
- getGUID() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse
-
Return the guid result.
- getGUIDs() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDListResponse
-
Return the guids result.
- getMaxPagingSize() - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Get the maximum paging size.
- getMessageDefinition() - Method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonAuditCode
-
Retrieve a message definition object for logging.
- getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonAuditCode
-
Retrieve a message definition object for logging.
- getMessageDefinition() - Method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
Retrieve a message definition object for an exception.
- getMessageDefinition(String...) - Method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
Retrieve a message definition object for an exception.
- getNames() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameListResponse
-
Return the name list result.
- getRelatedHTTPCode() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Return the HTTP Code to use if forwarding response to HTTP client.
- getResultString() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringResponse
-
Return the guid result.
- getServiceDescription() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Return the default description for this service.
- getServiceName() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Return the default name for this service.
- getServices() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGServicesResponse
-
Return the list of services
- getServiceURLMarker() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Return the string that appears in the REST API URL that identifies the owning service.
- getServiceWiki() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Return the URL for the wiki page describing this service.
- getStringMap() - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringMapResponse
-
Return the name list result.
- GUIDListResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
GUIDListResponse is the response structure used on the OMAS REST API calls that return a
list of unique identifiers (guids) as a response.
- GUIDListResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDListResponse
-
Default constructor
- GUIDListResponse(GUIDListResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDListResponse
-
Copy/clone constructor
- GUIDResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
GUIDResponse is the response structure used on the OMAS REST API calls that return a
unique identifier (guid) object as a response.
- GUIDResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse
-
Default constructor
- GUIDResponse(GUIDResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse
-
Copy/clone constructor
- OMAGCheckedExceptionBase - Exception in org.odpi.openmetadata.commonservices.ffdc.exceptions
-
OMAGCheckedExceptionBase provides a checked exception for reporting errors found when using
the Open Metadata and Governance (OMAG) services.
- OMAGCheckedExceptionBase(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
This is the typical constructor used for creating an OMAGCheckedExceptionBase.
- OMAGCheckedExceptionBase(ExceptionMessageDefinition, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
This is the typical constructor used for creating an OMAGCheckedExceptionBase.
- OMAGCheckedExceptionBase(ExceptionMessageDefinition, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
This is the constructor used for creating an OMAGCheckedExceptionBase when an unexpected error has been caught.
- OMAGCheckedExceptionBase(ExceptionMessageDefinition, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
This is the constructor used for creating an OMAGCheckedExceptionBase when an unexpected error has been caught.
- OMAGCheckedExceptionBase(int, String, String, String, String, String[], String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
This is the constructor used when receiving an exception from a remote server.
- OMAGCheckedExceptionBase(int, String, String, String, String, String) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
Deprecated.
- OMAGCheckedExceptionBase(int, String, String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
Deprecated.
- OMAGCheckedExceptionBase(int, String, String, String, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
Deprecated.
- OMAGCheckedExceptionBase(int, String, String, String, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
Deprecated.
- OMAGCheckedExceptionBase(String, OCFCheckedExceptionBase) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGCheckedExceptionBase
-
This is the copy/clone constructor used for creating an exception.
- OMAGCommonAuditCode - Enum in org.odpi.openmetadata.commonservices.ffdc
-
The OMAGCommonAuditCode is used to define the message content for the OMRS Audit Log.
- OMAGCommonErrorCode - Enum in org.odpi.openmetadata.commonservices.ffdc
-
The OMAGCommonErrorCode is used to define first failure data capture (FFDC) for common errors.
- OMAGRuntimeException - Exception in org.odpi.openmetadata.commonservices.ffdc.exceptions
-
OMAGRuntimeException is used for all runtime exceptions generated by one of the Open Metadata and Governance
(OMAG) Services.
- OMAGRuntimeException(ExceptionMessageDefinition, String, String) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGRuntimeException
-
This is the typical constructor used for creating an OMAGRuntimeException.
- OMAGRuntimeException(ExceptionMessageDefinition, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGRuntimeException
-
This is the typical constructor used for creating an OMAGRuntimeException.
- OMAGRuntimeException(ExceptionMessageDefinition, String, String, Throwable) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGRuntimeException
-
This is the constructor used for creating an OMAGRuntimeException when an unexpected error has been caught.
- OMAGRuntimeException(ExceptionMessageDefinition, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGRuntimeException
-
This is the constructor used for creating an OMAGRuntimeException when an unexpected error has been caught.
- OMAGRuntimeException(int, String, String, String, String, String, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGRuntimeException
-
Deprecated.
- OMAGRuntimeException(int, String, String, String, String, String, Throwable, Map<String, Object>) - Constructor for exception org.odpi.openmetadata.commonservices.ffdc.exceptions.OMAGRuntimeException
-
Deprecated.
- org.odpi.openmetadata.commonservices.ffdc - package org.odpi.openmetadata.commonservices.ffdc
-
The FFDC Services provide common exceptions and error handling for service running in OMAG Servers.
- org.odpi.openmetadata.commonservices.ffdc.exceptions - package org.odpi.openmetadata.commonservices.ffdc.exceptions
-
- org.odpi.openmetadata.commonservices.ffdc.rest - package org.odpi.openmetadata.commonservices.ffdc.rest
-
- serverName - Variable in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
- serverPlatformURLRoot - Variable in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCRESTClientBase
-
- setActionDescription(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Set up the description of the activity in progress when the exception occurred.
- setCount(long) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.CountResponse
-
Set up count of objects.
- setExceptionCausedBy(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Set up the name of any nested exception that may indicate the root cause of the exception.
- setExceptionClassName(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Set up the name of the Java class name to use to recreate the exception.
- setExceptionErrorMessage(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Set up the error message associated with the exception.
- setExceptionErrorMessageId(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Set up the formal message identifier for the error message.
- setExceptionErrorMessageParameters(String[]) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Set up the list of parameters inserted in to the error message.
- setExceptionProperties(Map<String, Object>) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Set up the additional properties stored by the exceptions.
- setExceptionSystemAction(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Set up the description of the action taken by the system as a result of the exception.
- setExceptionUserAction(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Set up the action that a user should take to resolve the problem.
- setFlag(boolean) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanRequestBody
-
Set up the boolean result.
- setFlag(boolean) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.BooleanResponse
-
Set up the boolean result.
- setGUID(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse
-
Set up the guid result.
- setGUIDs(List<String>) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.GUIDListResponse
-
Set up the guids result.
- setMaxPagingSize(int) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Override the default maximum paging size.
- setNames(List<String>) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.NameListResponse
-
Set up the name list result.
- setRelatedHTTPCode(int) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
Set up the HTTP Code to use if forwarding response to HTTP client.
- setResultString(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringResponse
-
Set up the resultString result.
- setServiceDescription(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Set up the default description for this service.
- setServiceName(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Set up the default name for this service
- setServices(List<RegisteredOMAGService>) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGServicesResponse
-
Set up the list of services
- setServiceURLMarker(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Set up the string that appears in the REST API URL that identifies the owning service.
- setServiceWiki(String) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
-
Set up the URL for the wiki page describing this service.
- setStringMap(Map<String, String>) - Method in class org.odpi.openmetadata.commonservices.ffdc.rest.StringMapResponse
-
Set up the name to description map result.
- StringMapResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
StringMapResponse is the response structure used on the OMAS REST API calls that return a
map of names to description as a response.
- StringMapResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.StringMapResponse
-
Default constructor
- StringMapResponse(StringMapResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.StringMapResponse
-
Copy/clone constructor
- StringResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
GUIDResponse is the response structure used on the OMAS REST API calls that return a
unique identifier (guid) object as a response.
- StringResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.StringResponse
-
Default constructor
- StringResponse(StringResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.StringResponse
-
Copy/clone constructor
- validateAssetInSupportedZone(String, String, List<String>, List<String>, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Compare the supported zones with the zones stored in the asset.
- validateConnection(Connection, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied connection is null
- validateEnum(Object, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied enum is null
- validateGUID(String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied userId is null
- validateInstanceProvenanceForUpdate(String, String, ElementHeader, ElementOrigin, String, String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Validate that an instance is from the expected metadata collection.
- validateName(String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied userId is null
- validateObject(Object, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied userId is null
- validateOMAGServerPlatformURL(String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if a server URL or has not been supplied.
- validateOMAGServerPlatformURL(String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if a server URL or has not been supplied.
- validatePaging(int, int, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied paging values don't make sense.
- validateSearchString(String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied userId is null
- validateStringArray(List<String>, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied array is null or empty
- validateText(String, String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied text field is null
- validateTypeName(String, String, String, String, OMRSRepositoryHelper) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied type name is not recognized not of the correct subclass
- validateUserId(String, String) - Method in class org.odpi.openmetadata.commonservices.ffdc.InvalidParameterHandler
-
Throw an exception if the supplied userId is null
- valueOf(String) - Static method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonAuditCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonAuditCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.odpi.openmetadata.commonservices.ffdc.OMAGCommonErrorCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VoidResponse - Class in org.odpi.openmetadata.commonservices.ffdc.rest
-
VoidResponse defines the response structure for the OMAS REST API calls that returns a
void as a response.
- VoidResponse() - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse
-
Default constructor
- VoidResponse(VoidResponse) - Constructor for class org.odpi.openmetadata.commonservices.ffdc.rest.VoidResponse
-
Copy/clone constructor