Class RejectedReason.Builder

  • Enclosing class:
    RejectedReason

    public static final class RejectedReason.Builder
    extends java.lang.Object
    • Method Detail

      • id

        public RejectedReason.Builder id​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • remoteId

        public RejectedReason.Builder remoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • remoteId

        public RejectedReason.Builder remoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • unifiedCustomFields

        public RejectedReason.Builder unifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
        Custom Unified Fields configured in your StackOne project
      • unifiedCustomFields

        public RejectedReason.Builder unifiedCustomFields​(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields)
        Custom Unified Fields configured in your StackOne project
      • label

        public RejectedReason.Builder label​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
        The label of the rejected reason.
      • type

        @Deprecated
        public RejectedReason.Builder type​(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.
      • type

        @Deprecated
        public RejectedReason.Builder type​(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.