Class LocalizationModel.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.LocalizationModel.Builder
-
- Enclosing class:
- LocalizationModel
public static final class LocalizationModel.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalizationModelbuild()LocalizationModel.Builderdescription(java.lang.String description)The description of the contentLocalizationModel.Builderdescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description of the contentLocalizationModel.Builderlanguage(LocalizationModelLanguage language)The language associated with the localization detailsLocalizationModel.Builderlanguage(org.openapitools.jackson.nullable.JsonNullable<? extends LocalizationModelLanguage> language)The language associated with the localization detailsLocalizationModel.Buildertags(java.util.List<java.lang.String> tags)The tags associated with the localization detailsLocalizationModel.Buildertags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)The tags associated with the localization detailsLocalizationModel.Buildertitle(java.lang.String title)The title of the contentLocalizationModel.Buildertitle(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)The title of the content
-
-
-
Method Detail
-
title
public LocalizationModel.Builder title(java.lang.String title)
The title of the content
-
title
public LocalizationModel.Builder title(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> title)
The title of the content
-
description
public LocalizationModel.Builder description(java.lang.String description)
The description of the content
-
description
public LocalizationModel.Builder description(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The description of the content
-
language
public LocalizationModel.Builder language(LocalizationModelLanguage language)
The language associated with the localization details
-
language
public LocalizationModel.Builder language(org.openapitools.jackson.nullable.JsonNullable<? extends LocalizationModelLanguage> language)
The language associated with the localization details
-
tags
public LocalizationModel.Builder tags(java.util.List<java.lang.String> tags)
The tags associated with the localization details
-
tags
public LocalizationModel.Builder tags(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> tags)
The tags associated with the localization details
-
build
public LocalizationModel build()
-
-