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.BuilderApiError. apiError()New apiError builder.ApiError.BuilderApiError.Builder. code(Integer code)Set the error code.ApiError.BuilderApiError.Builder. description(String description)Set the error description.ApiError.BuilderApiError.Builder. description(LocalizableString description)Set the error description.ApiError.BuilderApiError.Builder. reference(Reference reference)Set the error as a reference to another definition.ApiError.BuilderApiError.Builder. schema(Schema schema)Set the schema.
-