public class CreateScriptFromGitHubRequest extends Gs2BasicRequest<CreateScriptFromGitHubRequest>
| Constructor and Description |
|---|
CreateScriptFromGitHubRequest() |
| Modifier and Type | Method and Description |
|---|---|
static CreateScriptFromGitHubRequest |
fromJson(com.fasterxml.jackson.databind.JsonNode data) |
GitHubCheckoutSetting |
getCheckoutSetting() |
String |
getDescription() |
String |
getName() |
String |
getNamespaceName() |
void |
setCheckoutSetting(GitHubCheckoutSetting checkoutSetting) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setNamespaceName(String namespaceName) |
com.fasterxml.jackson.databind.JsonNode |
toJson() |
CreateScriptFromGitHubRequest |
withCheckoutSetting(GitHubCheckoutSetting checkoutSetting) |
CreateScriptFromGitHubRequest |
withDescription(String description) |
CreateScriptFromGitHubRequest |
withName(String name) |
CreateScriptFromGitHubRequest |
withNamespaceName(String namespaceName) |
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestIdpublic String getNamespaceName()
public void setNamespaceName(String namespaceName)
public CreateScriptFromGitHubRequest withNamespaceName(String namespaceName)
public String getName()
public void setName(String name)
public CreateScriptFromGitHubRequest withName(String name)
public String getDescription()
public void setDescription(String description)
public CreateScriptFromGitHubRequest withDescription(String description)
public GitHubCheckoutSetting getCheckoutSetting()
public void setCheckoutSetting(GitHubCheckoutSetting checkoutSetting)
public CreateScriptFromGitHubRequest withCheckoutSetting(GitHubCheckoutSetting checkoutSetting)
public static CreateScriptFromGitHubRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
public com.fasterxml.jackson.databind.JsonNode toJson()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.