Uses of Class
org.forgerock.api.models.ApiError.Builder
-
Packages that use ApiError.Builder Package Description org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of ApiError.Builder in org.forgerock.api.models
Methods in org.forgerock.api.models that return ApiError.Builder Modifier and Type Method Description static ApiError.Builder
ApiError. apiError()
New apiError builder.ApiError.Builder
ApiError.Builder. code(Integer code)
Set the error code.ApiError.Builder
ApiError.Builder. description(String description)
Set the error description.ApiError.Builder
ApiError.Builder. description(LocalizableString description)
Set the error description.ApiError.Builder
ApiError.Builder. reference(Reference reference)
Set the error as a reference to another definition.ApiError.Builder
ApiError.Builder. schema(Schema schema)
Set the schema.
-