> +
> + protected boolean partial;
> + protected List<String> messageIds;
> +
> + /**
> + * @see MessagesCreated#isPartial()
> + */
> + public Builder partial(boolean partial) {
> + this.partial = partial;
> + return self();
> + }
> +
> + /**
> + * @see MessagesCreated#getMessageIds()
> + */
> + public Builder messageIds(List<String> messageIds) {
...or mark as `@Nullable` here?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/46/files#r7270991