Class JobDescription
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.JobDescription
-
@Deprecated public class JobDescription extends java.lang.ObjectDeprecated.class: This will be removed in a future release, please migrate away from it as soon as possible.JobDescriptionThe employee job description
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobDescription.BuilderDeprecated.
-
Constructor Summary
Constructors Constructor Description JobDescription()Deprecated.JobDescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> text)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static JobDescription.Builderbuilder()Deprecated.booleanequals(java.lang.Object o)Deprecated.inthashCode()Deprecated.org.openapitools.jackson.nullable.JsonNullable<java.lang.String>text()Deprecated.java.lang.StringtoString()Deprecated.JobDescriptionwithText(java.lang.String text)Deprecated.JobDescriptionwithText(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> text)Deprecated.
-
-
-
Method Detail
-
text
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> text()
Deprecated.
-
builder
public static JobDescription.Builder builder()
Deprecated.
-
withText
public JobDescription withText(java.lang.String text)
Deprecated.
-
withText
public JobDescription withText(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> text)
Deprecated.
-
equals
public boolean equals(java.lang.Object o)
Deprecated.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
Deprecated.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-