public class SearchSettingsMessages
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
SearchSettingsMessages.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
error()
Gets the error.
|
SearchSettingsMessages.Builder |
newBuilder()
New builder.
|
String |
noResult()
Gets the noResult.
|
String |
success()
Gets the success.
|
public SearchSettingsMessages.Builder newBuilder()
public String success()
The message to include in the response to a successful query.
public String error()
The message to include in the response when the query encounters an error.
public String noResult()
The message to include in the response when there is no result from the query.
Copyright © 2023 IBM Cloud. All rights reserved.