Class Description
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Description
-
public class Description extends java.lang.ObjectDescription - The employee job description
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDescription.Builder
-
Constructor Summary
Constructors Constructor Description Description()Description(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> text)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Description.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>text()java.lang.StringtoString()DescriptionwithText(java.lang.String text)DescriptionwithText(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> text)
-
-
-
Method Detail
-
text
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> text()
-
builder
public static final Description.Builder builder()
-
withText
public Description withText(java.lang.String text)
-
withText
public Description withText(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> text)
-
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
-
-