They can be inner classes. Each one must have the annotated factory method, though. Also consider if the create/update builder pattern makes sense here. If update operations are simple ones, such as changing the names and descriptions, then it makes sense to have the api method receive those two parameters instead of an update object, and define a `@Payload` annotation to generate the body directly. Let's look for simplicity. Builders are great for complex objects, but let's try to have a simple model matching the provider api and simple api methods.
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/275#issuecomment-227604932
