Class Confidential
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Confidential
-
public class Confidential extends java.lang.ObjectConfidential - The confidentiality level of the file to be uploaded
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConfidential.Builder
-
Constructor Summary
Constructors Constructor Description Confidential()Confidential(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoConfidentialValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoConfidentialSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Confidential.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<HrisDocumentsUploadRequestDtoConfidentialSourceValue>sourceValue()java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<HrisDocumentsUploadRequestDtoConfidentialValue>value()Whether the file is confidential or notConfidentialwithSourceValue(HrisDocumentsUploadRequestDtoConfidentialSourceValue sourceValue)ConfidentialwithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoConfidentialSourceValue> sourceValue)ConfidentialwithValue(HrisDocumentsUploadRequestDtoConfidentialValue value)Whether the file is confidential or notConfidentialwithValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoConfidentialValue> value)Whether the file is confidential or not
-
-
-
Constructor Detail
-
Confidential
public Confidential(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoConfidentialValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoConfidentialSourceValue> sourceValue)
-
Confidential
public Confidential()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<HrisDocumentsUploadRequestDtoConfidentialValue> value()
Whether the file is confidential or not
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<HrisDocumentsUploadRequestDtoConfidentialSourceValue> sourceValue()
-
builder
public static final Confidential.Builder builder()
-
withValue
public Confidential withValue(HrisDocumentsUploadRequestDtoConfidentialValue value)
Whether the file is confidential or not
-
withValue
public Confidential withValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoConfidentialValue> value)
Whether the file is confidential or not
-
withSourceValue
public Confidential withSourceValue(HrisDocumentsUploadRequestDtoConfidentialSourceValue sourceValue)
-
withSourceValue
public Confidential withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends HrisDocumentsUploadRequestDtoConfidentialSourceValue> sourceValue)
-
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
-
-