Class ScreeningPackage
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ScreeningPackage
-
public class ScreeningPackage extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScreeningPackage.Builder
-
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.Builderbuilder()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>description()The description of the screening packagebooleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierjava.lang.Stringname()The name of the screening packageorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<java.util.Map<java.lang.String,java.lang.Object>>unifiedCustomFields()Custom Unified Fields configured in your StackOne projectScreeningPackagewithDescription(java.lang.String description)The description of the screening packageScreeningPackagewithDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description of the screening packageScreeningPackagewithId(java.lang.String id)Unique identifierScreeningPackagewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierScreeningPackagewithName(java.lang.String name)The name of the screening packageScreeningPackagewithRemoteId(java.lang.String remoteId)Provider's unique identifierScreeningPackagewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierScreeningPackagewithUnifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectScreeningPackagewithUnifiedCustomFields(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
-
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
-
builder
public static ScreeningPackage.Builder builder()
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-