Class StackoneGetLogRequest
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.StackoneGetLogRequest
-
public class StackoneGetLogRequest extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStackoneGetLogRequest.Builder
-
Constructor Summary
Constructors Constructor Description StackoneGetLogRequest(java.lang.String id)StackoneGetLogRequest(java.lang.String id, org.openapitools.jackson.nullable.JsonNullable<? extends Include> include)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StackoneGetLogRequest.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.Stringid()org.openapitools.jackson.nullable.JsonNullable<Include>include()The include parameter allows you to include additional data in the response.java.lang.StringtoString()StackoneGetLogRequestwithId(java.lang.String id)StackoneGetLogRequestwithInclude(Include include)The include parameter allows you to include additional data in the response.StackoneGetLogRequestwithInclude(org.openapitools.jackson.nullable.JsonNullable<? extends Include> include)The include parameter allows you to include additional data in the response.
-
-
-
Constructor Detail
-
StackoneGetLogRequest
public StackoneGetLogRequest(java.lang.String id, org.openapitools.jackson.nullable.JsonNullable<? extends Include> include)
-
StackoneGetLogRequest
public StackoneGetLogRequest(java.lang.String id)
-
-
Method Detail
-
id
public java.lang.String id()
-
include
public org.openapitools.jackson.nullable.JsonNullable<Include> include()
The include parameter allows you to include additional data in the response.
-
builder
public static final StackoneGetLogRequest.Builder builder()
-
withId
public StackoneGetLogRequest withId(java.lang.String id)
-
withInclude
public StackoneGetLogRequest withInclude(Include include)
The include parameter allows you to include additional data in the response.
-
withInclude
public StackoneGetLogRequest withInclude(org.openapitools.jackson.nullable.JsonNullable<? extends Include> include)
The include parameter allows you to include additional data 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
-
-