Class AtsCreateApplicationRequestDtoSource
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsCreateApplicationRequestDtoSource
-
public class AtsCreateApplicationRequestDtoSource extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAtsCreateApplicationRequestDtoSource.Builder
-
Constructor Summary
Constructors Constructor Description AtsCreateApplicationRequestDtoSource()AtsCreateApplicationRequestDtoSource(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 AtsCreateApplicationRequestDtoSource.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()AtsCreateApplicationRequestDtoSourcewithId(java.lang.String id)Unique identifierAtsCreateApplicationRequestDtoSourcewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAtsCreateApplicationRequestDtoSourcewithName(java.lang.String name)The source of the applicationAtsCreateApplicationRequestDtoSourcewithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The source of the application
-
-
-
Constructor Detail
-
AtsCreateApplicationRequestDtoSource
public AtsCreateApplicationRequestDtoSource(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
-
AtsCreateApplicationRequestDtoSource
public AtsCreateApplicationRequestDtoSource()
-
-
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 final AtsCreateApplicationRequestDtoSource.Builder builder()
-
withId
public AtsCreateApplicationRequestDtoSource withId(java.lang.String id)
Unique identifier
-
withId
public AtsCreateApplicationRequestDtoSource withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withName
public AtsCreateApplicationRequestDtoSource withName(java.lang.String name)
The source of the application
-
withName
public AtsCreateApplicationRequestDtoSource 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
-
-