Class StackoneListConnectorsMetaRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneListConnectorsMetaRequest
-
public class StackoneListConnectorsMetaRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStackoneListConnectorsMetaRequest.Builder
-
Constructor Summary
Constructors Constructor Description StackoneListConnectorsMetaRequest()StackoneListConnectorsMetaRequest(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 StackoneListConnectorsMetaRequest.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.StringtoString()StackoneListConnectorsMetaRequestwithInclude(java.lang.String include)The comma separated list of data that will be included in the responseStackoneListConnectorsMetaRequestwithInclude(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> include)The comma separated list of data that will be included in the response
-
-
-
Method Detail
-
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 StackoneListConnectorsMetaRequest.Builder builder()
-
withInclude
public StackoneListConnectorsMetaRequest withInclude(java.lang.String include)
The comma separated list of data that will be included in the response
-
withInclude
public StackoneListConnectorsMetaRequest 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
-
-