Class ScreeningPackage


  • public class ScreeningPackage
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ScreeningPackage​(java.lang.String name)  
      ScreeningPackage​(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, java.lang.String name, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static ScreeningPackage.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
      The description of the screening package
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      Unique identifier
      java.lang.String name()
      The name of the screening package
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,​java.lang.Object>> unifiedCustomFields()
      Custom Unified Fields configured in your StackOne project
      ScreeningPackage withDescription​(java.lang.String description)
      The description of the screening package
      ScreeningPackage withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
      The description of the screening package
      ScreeningPackage withId​(java.lang.String id)
      Unique identifier
      ScreeningPackage withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      ScreeningPackage withName​(java.lang.String name)
      The name of the screening package
      ScreeningPackage withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      ScreeningPackage withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      ScreeningPackage withUnifiedCustomFields​(java.util.Map<java.lang.String,​java.lang.Object> unifiedCustomFields)
      Custom Unified Fields configured in your StackOne project
      ScreeningPackage 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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ScreeningPackage

        public ScreeningPackage​(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,
                                java.lang.String name,
                                org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
      • ScreeningPackage

        public ScreeningPackage​(java.lang.String name)
    • 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
      • name

        public java.lang.String name()
        The name of the screening package
      • description

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
        The description of the screening package
      • withId

        public ScreeningPackage withId​(java.lang.String id)
        Unique identifier
      • withId

        public ScreeningPackage withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withRemoteId

        public ScreeningPackage withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

        public ScreeningPackage withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withUnifiedCustomFields

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

        public ScreeningPackage 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
      • withName

        public ScreeningPackage withName​(java.lang.String name)
        The name of the screening package
      • withDescription

        public ScreeningPackage withDescription​(java.lang.String description)
        The description of the screening package
      • withDescription

        public ScreeningPackage withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
        The description of the screening package
      • 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