Class StackoneMcpDeleteRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneMcpDeleteRequest
-
public class StackoneMcpDeleteRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStackoneMcpDeleteRequest.Builder
-
Constructor Summary
Constructors Constructor Description StackoneMcpDeleteRequest(java.lang.String mcpSessionId)StackoneMcpDeleteRequest(java.util.Optional<java.lang.String> xAccountId, java.util.Optional<? extends java.lang.Object> xAccountIdQueryParameter, java.lang.String mcpSessionId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StackoneMcpDeleteRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringmcpSessionId()Session idjava.lang.StringtoString()StackoneMcpDeleteRequestwithMcpSessionId(java.lang.String mcpSessionId)Session idStackoneMcpDeleteRequestwithXAccountId(java.lang.String xAccountId)Account secure id for the target provider account (optional if x-account-id query parameter is provided)StackoneMcpDeleteRequestwithXAccountId(java.util.Optional<java.lang.String> xAccountId)Account secure id for the target provider account (optional if x-account-id query parameter is provided)StackoneMcpDeleteRequestwithXAccountIdQueryParameter(java.lang.Object xAccountIdQueryParameter)Account secure id (alternative to x-account-id header)StackoneMcpDeleteRequestwithXAccountIdQueryParameter(java.util.Optional<? extends java.lang.Object> xAccountIdQueryParameter)Account secure id (alternative to x-account-id header)java.util.Optional<java.lang.String>xAccountId()Account secure id for the target provider account (optional if x-account-id query parameter is provided)java.util.Optional<java.lang.Object>xAccountIdQueryParameter()Account secure id (alternative to x-account-id header)
-
-
-
Constructor Detail
-
StackoneMcpDeleteRequest
public StackoneMcpDeleteRequest(java.util.Optional<java.lang.String> xAccountId, java.util.Optional<? extends java.lang.Object> xAccountIdQueryParameter, java.lang.String mcpSessionId)
-
StackoneMcpDeleteRequest
public StackoneMcpDeleteRequest(java.lang.String mcpSessionId)
-
-
Method Detail
-
xAccountId
public 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 java.util.Optional<java.lang.Object> xAccountIdQueryParameter()
Account secure id (alternative to x-account-id header)
-
mcpSessionId
public java.lang.String mcpSessionId()
Session id
-
builder
public static StackoneMcpDeleteRequest.Builder builder()
-
withXAccountId
public StackoneMcpDeleteRequest withXAccountId(java.lang.String xAccountId)
Account secure id for the target provider account (optional if x-account-id query parameter is provided)
-
withXAccountId
public StackoneMcpDeleteRequest withXAccountId(java.util.Optional<java.lang.String> xAccountId)
Account secure id for the target provider account (optional if x-account-id query parameter is provided)
-
withXAccountIdQueryParameter
public StackoneMcpDeleteRequest withXAccountIdQueryParameter(java.lang.Object xAccountIdQueryParameter)
Account secure id (alternative to x-account-id header)
-
withXAccountIdQueryParameter
public StackoneMcpDeleteRequest withXAccountIdQueryParameter(java.util.Optional<? extends java.lang.Object> xAccountIdQueryParameter)
Account secure id (alternative to x-account-id header)
-
withMcpSessionId
public StackoneMcpDeleteRequest withMcpSessionId(java.lang.String mcpSessionId)
Session id
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-