Uses of Class
org.forgerock.api.models.Update
-
Packages that use Update Package Description org.forgerock.api.models ForgeRock API Descriptor models. -
-
Uses of Update in org.forgerock.api.models
Methods in org.forgerock.api.models that return Update Modifier and Type Method Description UpdateUpdate.Builder. build()Builds the Create instance.static UpdateUpdate. fromAnnotation(Update update, ApiDescription descriptor, Class<?> relativeType)Builds an Update object from the data stored in the annotation.UpdateItems. getUpdate()Getter of Update.UpdateResource. getUpdate()Getter of Update.Methods in org.forgerock.api.models with parameters of type Update Modifier and Type Method Description Items.BuilderItems.Builder. update(Update update)Set Update.Resource.BuilderResource.Builder. update(Update update)Set Update.
-