ImmutableSPFResult |
ImmutableSPFResult.Builder.build() |
|
static ImmutableSPFResult |
ImmutableSPFResult.copyOf(SPFResult instance) |
Creates an immutable copy of a SPFResult value.
|
ImmutableSPFResult |
ImmutableSPFResult.withAllQualifier(Optional<? extends SPFQualifier> optional) |
Copy the current immutable object by setting an optional value for the allQualifier attribute.
|
ImmutableSPFResult |
ImmutableSPFResult.withAllQualifier(SPFQualifier value) |
Copy the current immutable object by setting a present value for the optional allQualifier attribute.
|
ImmutableSPFResult |
ImmutableSPFResult.withAQualifier(Optional<? extends SPFQualifier> optional) |
Copy the current immutable object by setting an optional value for the aQualifier attribute.
|
ImmutableSPFResult |
ImmutableSPFResult.withAQualifier(SPFQualifier value) |
Copy the current immutable object by setting a present value for the optional aQualifier attribute.
|
ImmutableSPFResult |
ImmutableSPFResult.withIncludeRecords(Iterable<? extends SPFElement> elements) |
Copy the current immutable object with elements that replace the content of includeRecords.
|
ImmutableSPFResult |
ImmutableSPFResult.withIncludeRecords(SPFElement... elements) |
Copy the current immutable object with elements that replace the content of includeRecords.
|
ImmutableSPFResult |
ImmutableSPFResult.withIp4Records(Iterable<? extends SPFElement> elements) |
Copy the current immutable object with elements that replace the content of ip4Records.
|
ImmutableSPFResult |
ImmutableSPFResult.withIp4Records(SPFElement... elements) |
Copy the current immutable object with elements that replace the content of ip4Records.
|
ImmutableSPFResult |
ImmutableSPFResult.withIp6Records(Iterable<? extends SPFElement> elements) |
Copy the current immutable object with elements that replace the content of ip6Records.
|
ImmutableSPFResult |
ImmutableSPFResult.withIp6Records(SPFElement... elements) |
Copy the current immutable object with elements that replace the content of ip6Records.
|
ImmutableSPFResult |
ImmutableSPFResult.withMailExchangeQualifier(Optional<? extends SPFQualifier> optional) |
|
ImmutableSPFResult |
ImmutableSPFResult.withMailExchangeQualifier(SPFQualifier value) |
Copy the current immutable object by setting a present value for the optional mailExchangeQualifier attribute.
|
ImmutableSPFResult |
ImmutableSPFResult.withVersion(int value) |
Copy the current immutable object by setting a present value for the optional version attribute.
|
ImmutableSPFResult |
ImmutableSPFResult.withVersion(Optional<Integer> optional) |
Copy the current immutable object by setting an optional value for the version attribute.
|