Interface AttributeGroupUpdate

All Superinterfaces:
ResourceUpdate<AttributeGroupUpdate,AttributeGroupUpdateAction,AttributeGroupUpdateBuilder>
All Known Implementing Classes:
AttributeGroupUpdateImpl

AttributeGroupUpdate
Example to create an instance using the builder pattern

     AttributeGroupUpdate attributeGroupUpdate = AttributeGroupUpdate.builder()
             .version(0.3)
             .plusActions(actionsBuilder -> actionsBuilder)
             .build()