Class Source.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Source.Builder
-
- Enclosing class:
- Source
public static final class Source.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Sourcebuild()Source.Builderid(java.lang.String id)Unique identifierSource.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierSource.Buildername(java.lang.String name)The source of the applicationSource.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The source of the applicationSource.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierSource.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifier
-
-
-
Method Detail
-
id
public Source.Builder id(java.lang.String id)
Unique identifier
-
id
public Source.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public Source.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public Source.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
name
public Source.Builder name(java.lang.String name)
The source of the application
-
name
public Source.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The source of the application
-
build
public Source build()
-
-