Class StackoneMcpDeleteRequest.Builder

  • Enclosing class:
    StackoneMcpDeleteRequest

    public static final class StackoneMcpDeleteRequest.Builder
    extends java.lang.Object
    • Method Detail

      • xAccountId

        public StackoneMcpDeleteRequest.Builder xAccountId​(java.lang.String xAccountId)
        Account secure id for the target provider account (optional if x-account-id query parameter is provided)
      • xAccountId

        public StackoneMcpDeleteRequest.Builder xAccountId​(java.util.Optional<java.lang.String> xAccountId)
        Account secure id for the target provider account (optional if x-account-id query parameter is provided)
      • xAccountIdQueryParameter

        public StackoneMcpDeleteRequest.Builder xAccountIdQueryParameter​(java.lang.Object xAccountIdQueryParameter)
        Account secure id (alternative to x-account-id header)
      • xAccountIdQueryParameter

        public StackoneMcpDeleteRequest.Builder xAccountIdQueryParameter​(java.util.Optional<? extends java.lang.Object> xAccountIdQueryParameter)
        Account secure id (alternative to x-account-id header)