Class Source
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Source
-
public class Source extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Source.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 applicationorg.openapitools.jackson.nullable.JsonNullable<java.lang.String>remoteId()Provider's unique identifierjava.lang.StringtoString()SourcewithId(java.lang.String id)Unique identifierSourcewithId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierSourcewithName(java.lang.String name)The source of the applicationSourcewithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The source of the applicationSourcewithRemoteId(java.lang.String remoteId)Provider's unique identifierSourcewithRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Method Detail
-
id
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
Unique identifier
-
remoteId
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
Provider's unique identifier
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
The source of the application
-
builder
public static final Source.Builder builder()
-
withId
public Source withId(java.lang.String id)
Unique identifier
-
withId
public Source withId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
withRemoteId
public Source withRemoteId(java.lang.String remoteId)
Provider's unique identifier
-
withRemoteId
public Source withRemoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
withName
public Source withName(java.lang.String name)
The source of the application
-
withName
public Source 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
-
-