Class AtsUpdateApplicationRequestDtoSource
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsUpdateApplicationRequestDtoSource
-
public class AtsUpdateApplicationRequestDtoSource extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsUpdateApplicationRequestDtoSource.Builder
-
Constructor Summary
Constructors Constructor Description AtsUpdateApplicationRequestDtoSource()AtsUpdateApplicationRequestDtoSource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AtsUpdateApplicationRequestDtoSource.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>id()Unique identifierorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()The source of the applicationjava.lang.StringtoString()AtsUpdateApplicationRequestDtoSourcewithId(java.lang.String id)Unique identifierAtsUpdateApplicationRequestDtoSourcewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAtsUpdateApplicationRequestDtoSourcewithName(java.lang.String name)The source of the applicationAtsUpdateApplicationRequestDtoSourcewithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The source of the application
-
-
-
Constructor Detail
-
AtsUpdateApplicationRequestDtoSource
public AtsUpdateApplicationRequestDtoSource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
AtsUpdateApplicationRequestDtoSource
public AtsUpdateApplicationRequestDtoSource()
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The source of the application
-
builder
public static AtsUpdateApplicationRequestDtoSource.Builder builder()
-
withId
public AtsUpdateApplicationRequestDtoSource withId(java.lang.String id)
Unique identifier
-
withId
public AtsUpdateApplicationRequestDtoSource withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withName
public AtsUpdateApplicationRequestDtoSource withName(java.lang.String name)
The source of the application
-
withName
public AtsUpdateApplicationRequestDtoSource withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The source of the application
-
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
-
-