Class SecretListParams.Scope.Builder

java.lang.Object
com.stripe.param.apps.SecretListParams.Scope.Builder
Enclosing class:
SecretListParams.Scope

public static class SecretListParams.Scope.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      public SecretListParams.Scope build()
      Finalize and obtain parameter instance from this builder.
    • putExtraParam

      public SecretListParams.Scope.Builder putExtraParam(String key, Object value)
      Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See SecretListParams.Scope.extraParams for the field documentation.
    • putAllExtraParam

      public SecretListParams.Scope.Builder putAllExtraParam(Map<String,Object> map)
      Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See SecretListParams.Scope.extraParams for the field documentation.
    • setType

      Required. The secret scope type.
    • setUser

      public SecretListParams.Scope.Builder setUser(String user)
      The user ID. This field is required if type is set to user, and should not be provided if type is set to account.