Class StackoneGetConnectorMetaRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneGetConnectorMetaRequest
-
public class StackoneGetConnectorMetaRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStackoneGetConnectorMetaRequest.Builder
-
Constructor Summary
Constructors Constructor Description StackoneGetConnectorMetaRequest(java.lang.String provider)StackoneGetConnectorMetaRequest(java.lang.String provider, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StackoneGetConnectorMetaRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>include()The comma separated list of data that will be included in the responsejava.lang.Stringprovider()java.lang.StringtoString()StackoneGetConnectorMetaRequestwithInclude(java.lang.String include)The comma separated list of data that will be included in the responseStackoneGetConnectorMetaRequestwithInclude(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)The comma separated list of data that will be included in the responseStackoneGetConnectorMetaRequestwithProvider(java.lang.String provider)
-
-
-
Method Detail
-
provider
public java.lang.String provider()
-
include
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include()
The comma separated list of data that will be included in the response
-
builder
public static final StackoneGetConnectorMetaRequest.Builder builder()
-
withProvider
public StackoneGetConnectorMetaRequest withProvider(java.lang.String provider)
-
withInclude
public StackoneGetConnectorMetaRequest withInclude(java.lang.String include)
The comma separated list of data that will be included in the response
-
withInclude
public StackoneGetConnectorMetaRequest withInclude(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)
The comma separated list of data that will be included in the response
-
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
-
-