Package | Description |
---|---|
com.sas.hls.client |
Provides the classes needed to create a session and access available services.
|
Modifier and Type | Method and Description |
---|---|
ActionStatus.SummaryStatusCode |
ActionStatus.getSummaryStatusCode()
Gets the summary status code indicating the most severe outcome (ERROR) encountered during the batch operation
|
static ActionStatus.SummaryStatusCode |
ActionStatus.SummaryStatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionStatus.SummaryStatusCode[] |
ActionStatus.SummaryStatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ActionStatus(ActionStatus.SummaryStatusCode summaryStatusCode,
String summaryMessage,
List<ActionStatusEntry> entries,
Map<String,String> messages)
Constructor
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA