Class HrisDocumentApiModelType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.HrisDocumentApiModelType.Builder
-
- Enclosing class:
- HrisDocumentApiModelType
public static final class HrisDocumentApiModelType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HrisDocumentApiModelTypebuild()HrisDocumentApiModelType.BuildersourceValue(HrisDocumentApiModelTypeSourceValue sourceValue)HrisDocumentApiModelType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelTypeSourceValue> sourceValue)HrisDocumentApiModelType.Buildervalue(HrisDocumentApiModelTypeValue value)The category of the fileHrisDocumentApiModelType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelTypeValue> value)The category of the file
-
-
-
Method Detail
-
value
public HrisDocumentApiModelType.Builder value(HrisDocumentApiModelTypeValue value)
The category of the file
-
value
public HrisDocumentApiModelType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelTypeValue> value)
The category of the file
-
sourceValue
public HrisDocumentApiModelType.Builder sourceValue(HrisDocumentApiModelTypeSourceValue sourceValue)
-
sourceValue
public HrisDocumentApiModelType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentApiModelTypeSourceValue> sourceValue)
-
build
public HrisDocumentApiModelType build()
-
-