Uses of Class
org.forgerock.api.models.Delete
-
Packages that use Delete Package Description org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of Delete in org.forgerock.api.models
Methods in org.forgerock.api.models that return Delete Modifier and Type Method Description Delete
Delete.Builder. build()
Builds the Delete instance.static Delete
Delete. fromAnnotation(Delete delete, ApiDescription descriptor, Class<?> relativeType)
Builds a Delete object from the data in the Delete annotation.Delete
Items. getDelete()
Getter of Delete.Delete
Resource. getDelete()
Getter of Delete.Methods in org.forgerock.api.models with parameters of type Delete Modifier and Type Method Description Items.Builder
Items.Builder. delete(Delete delete)
Set Delete.Resource.Builder
Resource.Builder. delete(Delete delete)
Set Delete.
-