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 Update
Update.Builder. build()
Builds the Create instance.static Update
Update. fromAnnotation(Update update, ApiDescription descriptor, Class<?> relativeType)
Builds an Update object from the data stored in the annotation.Update
Items. getUpdate()
Getter of Update.Update
Resource. getUpdate()
Getter of Update.Methods in org.forgerock.api.models with parameters of type Update Modifier and Type Method Description Items.Builder
Items.Builder. update(Update update)
Set Update.Resource.Builder
Resource.Builder. update(Update update)
Set Update.
-