Class StackoneMcpGetRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneMcpGetRequest
-
public class StackoneMcpGetRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStackoneMcpGetRequest.Builder
-
Constructor Summary
Constructors Constructor Description StackoneMcpGetRequest(java.lang.String mcpSessionId)StackoneMcpGetRequest(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 StackoneMcpGetRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.StringmcpSessionId()Session idjava.lang.StringtoString()StackoneMcpGetRequestwithMcpSessionId(java.lang.String mcpSessionId)Session idStackoneMcpGetRequestwithXAccountId(java.lang.String xAccountId)Account secure id for the target provider account (optional if x-account-id query parameter is provided)StackoneMcpGetRequestwithXAccountId(java.util.Optional<java.lang.String> xAccountId)Account secure id for the target provider account (optional if x-account-id query parameter is provided)StackoneMcpGetRequestwithXAccountIdQueryParameter(java.lang.Object xAccountIdQueryParameter)Account secure id (alternative to x-account-id header)StackoneMcpGetRequestwithXAccountIdQueryParameter(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
-
StackoneMcpGetRequest
public StackoneMcpGetRequest(java.util.Optional<java.lang.String> xAccountId, java.util.Optional<? extends java.lang.Object> xAccountIdQueryParameter, java.lang.String mcpSessionId)
-
StackoneMcpGetRequest
public StackoneMcpGetRequest(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 StackoneMcpGetRequest.Builder builder()
-
withXAccountId
public StackoneMcpGetRequest withXAccountId(java.lang.String xAccountId)
Account secure id for the target provider account (optional if x-account-id query parameter is provided)
-
withXAccountId
public StackoneMcpGetRequest 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 StackoneMcpGetRequest withXAccountIdQueryParameter(java.lang.Object xAccountIdQueryParameter)
Account secure id (alternative to x-account-id header)
-
withXAccountIdQueryParameter
public StackoneMcpGetRequest withXAccountIdQueryParameter(java.util.Optional<? extends java.lang.Object> xAccountIdQueryParameter)
Account secure id (alternative to x-account-id header)
-
withMcpSessionId
public StackoneMcpGetRequest 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
-
-