> + */ > +package org.jclouds.rackspace.cloudbigdata.v1.domain; > + > +import static com.google.common.base.Preconditions.checkNotNull; > + > +import java.beans.ConstructorProperties; > + > +import org.jclouds.openstack.v2_0.domain.Link; > +import org.jclouds.rackspace.cloudbigdata.v1.features.ProfileApi; > + > +import com.google.common.base.Objects; > +import com.google.common.base.Objects.ToStringHelper; > +import com.google.common.collect.ImmutableList; > + > +/** > + * Cloud Big Data CreateProfile. This class is used for requests.
This class is not used for requests. In all of the Javadoc try to stay away from using "requests" and "responses". Those are underlying details. This doc should talk about what a Profile is, why you need it, what it is, how it works, and stuff like that. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/78/files#r9548639
