Class AuthorModel.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AuthorModel.Builder
-
- Enclosing class:
- AuthorModel
public static final class AuthorModel.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthorModelbuild()AuthorModel.Builderid(java.lang.String id)The ID of the authorAuthorModel.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The ID of the authorAuthorModel.Buildername(java.lang.String name)The name of the authorAuthorModel.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the author
-
-
-
Method Detail
-
id
public AuthorModel.Builder id(java.lang.String id)
The ID of the author
-
id
public AuthorModel.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The ID of the author
-
name
public AuthorModel.Builder name(java.lang.String name)
The name of the author
-
name
public AuthorModel.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the author
-
build
public AuthorModel build()
-
-