ImmutableAclResponse |
ImmutableAclResponse.Builder.build() |
|
static ImmutableAclResponse |
ImmutableAclResponse.copyOf(AclResponse instance) |
|
ImmutableAclResponse |
ImmutableAclResponse.withCreateIndex(java.math.BigInteger value) |
Copy the current immutable object by setting a value for the createIndex attribute.
|
ImmutableAclResponse |
ImmutableAclResponse.withId(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional id attribute.
|
ImmutableAclResponse |
ImmutableAclResponse.withId(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the id attribute.
|
ImmutableAclResponse |
ImmutableAclResponse.withModifyIndex(java.math.BigInteger value) |
Copy the current immutable object by setting a value for the modifyIndex attribute.
|
ImmutableAclResponse |
ImmutableAclResponse.withName(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional name attribute.
|
ImmutableAclResponse |
ImmutableAclResponse.withName(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the name attribute.
|
ImmutableAclResponse |
ImmutableAclResponse.withRules(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional rules attribute.
|
ImmutableAclResponse |
ImmutableAclResponse.withRules(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the rules attribute.
|
ImmutableAclResponse |
ImmutableAclResponse.withType(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional type attribute.
|
ImmutableAclResponse |
ImmutableAclResponse.withType(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the type attribute.
|