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 DeleteDelete.Builder. build()Builds the Delete instance.static DeleteDelete. fromAnnotation(Delete delete, ApiDescription descriptor, Class<?> relativeType)Builds a Delete object from the data in the Delete annotation.DeleteItems. getDelete()Getter of Delete.DeleteResource. getDelete()Getter of Delete.Methods in org.forgerock.api.models with parameters of type Delete Modifier and Type Method Description Items.BuilderItems.Builder. delete(Delete delete)Set Delete.Resource.BuilderResource.Builder. delete(Delete delete)Set Delete.
-