Class RejectedReason


  • public class RejectedReason
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  RejectedReason.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)  
    • 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()
      • 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​(org.openapitools.jackson.nullable.JsonNullable<? extends RejectedReasonType> rejectedReasonType)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object