Class RejectedReasonType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.RejectedReasonType
-
public class RejectedReasonType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRejectedReasonType.Builder
-
Constructor Summary
Constructors Constructor Description RejectedReasonType()RejectedReasonType(org.openapitools.jackson.nullable.JsonNullable<? extends RejectedReasonValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends RejectedReasonSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RejectedReasonType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<RejectedReasonSourceValue>sourceValue()The source value of the rejected reason type.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<RejectedReasonValue>value()The type of the rejected reason.RejectedReasonTypewithSourceValue(RejectedReasonSourceValue sourceValue)The source value of the rejected reason type.RejectedReasonTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends RejectedReasonSourceValue> sourceValue)The source value of the rejected reason type.RejectedReasonTypewithValue(RejectedReasonValue value)The type of the rejected reason.RejectedReasonTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends RejectedReasonValue> value)The type of the rejected reason.
-
-
-
Constructor Detail
-
RejectedReasonType
public RejectedReasonType(org.openapitools.jackson.nullable.JsonNullable<? extends RejectedReasonValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends RejectedReasonSourceValue> sourceValue)
-
RejectedReasonType
public RejectedReasonType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<RejectedReasonValue> value()
The type of the rejected reason.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<RejectedReasonSourceValue> sourceValue()
The source value of the rejected reason type.
-
builder
public static final RejectedReasonType.Builder builder()
-
withValue
public RejectedReasonType withValue(RejectedReasonValue value)
The type of the rejected reason.
-
withValue
public RejectedReasonType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends RejectedReasonValue> value)
The type of the rejected reason.
-
withSourceValue
public RejectedReasonType withSourceValue(RejectedReasonSourceValue sourceValue)
The source value of the rejected reason type.
-
withSourceValue
public RejectedReasonType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends RejectedReasonSourceValue> sourceValue)
The source value of the rejected reason type.
-
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
-
-