Class RejectedReason
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.RejectedReason
-
public class RejectedReason extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRejectedReason.Builder
-
Constructor Summary
Constructors Constructor Description RejectedReason()RejectedReason(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type, org.openapitools.jackson.nullable.JsonNullable<? extends RejectedReasonType> rejectedReasonType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RejectedReason.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>label()The label of the rejected reason.org.openapitools.jackson.nullable.JsonNullable<RejectedReasonType>rejectedReasonType()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>type()Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectRejectedReasonwithId(java.lang.String id)Unique identifierRejectedReasonwithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierRejectedReasonwithLabel(java.lang.String label)The label of the rejected reason.RejectedReasonwithLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)The label of the rejected reason.RejectedReasonwithRejectedReasonType(RejectedReasonType rejectedReasonType)RejectedReasonwithRejectedReasonType(org.openapitools.jackson.nullable.JsonNullable<? extends RejectedReasonType> rejectedReasonType)RejectedReasonwithRemoteId(java.lang.String remoteId)Provider's unique identifierRejectedReasonwithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierRejectedReasonwithType(java.lang.String type)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.RejectedReasonwithType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.RejectedReasonwithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectRejectedReasonwithUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne project
-
-
-
Constructor Detail
-
RejectedReason
public RejectedReason(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type, org.openapitools.jackson.nullable.JsonNullable<? extends RejectedReasonType> rejectedReasonType)
-
RejectedReason
public RejectedReason()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
unifiedCustomFields
public org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields()
Custom Unified Fields configured in your StackOne project
-
label
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label()
The label of the rejected reason.
-
type
@Deprecated public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type()
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The string type of the rejected reason.
-
rejectedReasonType
public org.openapitools.jackson.nullable.JsonNullable<RejectedReasonType> rejectedReasonType()
-
builder
public static final RejectedReason.Builder builder()
-
withId
public RejectedReason withId(java.lang.String id)
Unique identifier
-
withId
public RejectedReason withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public RejectedReason withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public RejectedReason withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withUnifiedCustomFields
public RejectedReason withUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withUnifiedCustomFields
public RejectedReason withUnifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
withLabel
public RejectedReason withLabel(java.lang.String label)
The label of the rejected reason.
-
withLabel
public RejectedReason withLabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
The label of the rejected reason.
-
withType
@Deprecated public RejectedReason withType(java.lang.String type)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The string type of the rejected reason.
-
withType
@Deprecated public RejectedReason withType(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> type)
Deprecated.field: This will be removed in a future release, please migrate away from it as soon as possible.The string type of the rejected reason.
-
withRejectedReasonType
public RejectedReason withRejectedReasonType(RejectedReasonType rejectedReasonType)
-
withRejectedReasonType
public RejectedReason withRejectedReasonType(org.openapitools.jackson.nullable.JsonNullable<? extends RejectedReasonType> rejectedReasonType)
-
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
-
-