public static class StashRestResponse.StashRestResponseBuilder extends Object
Constructor and Description |
---|
StashRestResponseBuilder(int statusCode,
String statusMessage) |
Modifier and Type | Method and Description |
---|---|
StashRestResponse.StashRestResponseBuilder |
addError(String s) |
StashRestResponse.StashRestResponseBuilder |
body(String body) |
StashRestResponse |
build() |
StashRestResponse.StashRestResponseBuilder |
entity(com.google.gson.JsonElement entity) |
StashRestResponse.StashRestResponseBuilder |
errors(StashErrors errors) |
public StashRestResponseBuilder(int statusCode, String statusMessage)
public StashRestResponse.StashRestResponseBuilder errors(StashErrors errors)
public StashRestResponse.StashRestResponseBuilder body(String body)
public StashRestResponse.StashRestResponseBuilder entity(com.google.gson.JsonElement entity)
public StashRestResponse.StashRestResponseBuilder addError(String s)
public StashRestResponse build()
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.