Class LmsGetSkillResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.LmsGetSkillResponse.Builder
-
- Enclosing class:
- LmsGetSkillResponse
public static final class LmsGetSkillResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LmsGetSkillResponsebuild()LmsGetSkillResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationLmsGetSkillResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)LmsGetSkillResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingLmsGetSkillResponse.BuilderskillResult(SkillResult skillResult)The skill with the given identifier was retrieved.LmsGetSkillResponse.BuilderskillResult(java.util.Optional<? extends SkillResult> skillResult)The skill with the given identifier was retrieved.LmsGetSkillResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public LmsGetSkillResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public LmsGetSkillResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public LmsGetSkillResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
skillResult
public LmsGetSkillResponse.Builder skillResult(SkillResult skillResult)
The skill with the given identifier was retrieved.
-
skillResult
public LmsGetSkillResponse.Builder skillResult(java.util.Optional<? extends SkillResult> skillResult)
The skill with the given identifier was retrieved.
-
headers
public LmsGetSkillResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public LmsGetSkillResponse build()
-
-