Class Confidential.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Confidential.Builder
-
- Enclosing class:
- Confidential
public static final class Confidential.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Confidentialbuild()Confidential.BuildersourceValue(HrisDocumentsUploadRequestDtoConfidentialSourceValue sourceValue)Confidential.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoConfidentialSourceValue> sourceValue)Confidential.Buildervalue(HrisDocumentsUploadRequestDtoConfidentialValue value)Whether the file is confidential or notConfidential.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoConfidentialValue> value)Whether the file is confidential or not
-
-
-
Method Detail
-
value
public Confidential.Builder value(HrisDocumentsUploadRequestDtoConfidentialValue value)
Whether the file is confidential or not
-
value
public Confidential.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoConfidentialValue> value)
Whether the file is confidential or not
-
sourceValue
public Confidential.Builder sourceValue(HrisDocumentsUploadRequestDtoConfidentialSourceValue sourceValue)
-
sourceValue
public Confidential.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoConfidentialSourceValue> sourceValue)
-
build
public Confidential build()
-
-