Interface GenericResource.UpdateStages.WithProperties
-
- All Known Subinterfaces:
GenericResource.Update
- Enclosing interface:
- GenericResource.UpdateStages
public static interface GenericResource.UpdateStages.WithPropertiesA generic resource update allowing to change the resource properties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericResource.UpdatewithProperties(Object properties)Specifies other properties of the resource.
-
-
-
Method Detail
-
withProperties
GenericResource.Update withProperties(Object properties)
Specifies other properties of the resource.- Parameters:
properties- the properties object- Returns:
- the next stage of generic resource update
-
-