public class MandatoryFieldsMissingResponse extends ResponseWithErrorCode
description, errorCode, httpStatusCode, referenceId| Constructor and Description |
|---|
MandatoryFieldsMissingResponse()
Default constructor.
|
MandatoryFieldsMissingResponse(Collection<String> fields,
String description)
Constructor with field reference.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getFields()
Get the collection of missing mandatory fields.
|
getDescription, getErrorCode, getHttpStatusCode, getReferenceIdpublic MandatoryFieldsMissingResponse()
public MandatoryFieldsMissingResponse(@Nullable Collection<String> fields, @Nullable String description)
fields - The optional set of mandatory parameters being missed.description - The optional error description.@Nullable public Collection<String> getFields()
Copyright © 2022 SAP SE. All rights reserved.