public abstract class SecretContentsRequestV2 extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SecretContentsRequestV2.Builder |
Modifier and Type | Method and Description |
---|---|
static SecretContentsRequestV2.Builder |
builder() |
static SecretContentsRequestV2 |
fromParts(com.google.common.collect.ImmutableSet<String> secrets)
Static factory method used by Jackson for deserialization
|
abstract com.google.common.collect.ImmutableSet<String> |
secrets() |
public static SecretContentsRequestV2.Builder builder()
public static SecretContentsRequestV2 fromParts(com.google.common.collect.ImmutableSet<String> secrets)
public abstract com.google.common.collect.ImmutableSet<String> secrets()
Copyright © 2018 Walmart, Inc.. All rights reserved.