Package io.gs2.buff.request
Class UpdateCurrentBuffMasterFromGitHubRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateCurrentBuffMasterFromGitHubRequest>
io.gs2.buff.request.UpdateCurrentBuffMasterFromGitHubRequest
- All Implemented Interfaces:
IRequest,Serializable
public class UpdateCurrentBuffMasterFromGitHubRequest
extends Gs2BasicRequest<UpdateCurrentBuffMasterFromGitHubRequest>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetCheckoutSetting(GitHubCheckoutSetting checkoutSetting) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withCheckoutSetting(GitHubCheckoutSetting checkoutSetting) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateCurrentBuffMasterFromGitHubRequest
public UpdateCurrentBuffMasterFromGitHubRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getCheckoutSetting
-
setCheckoutSetting
-
withCheckoutSetting
public UpdateCurrentBuffMasterFromGitHubRequest withCheckoutSetting(GitHubCheckoutSetting checkoutSetting) -
fromJson
public static UpdateCurrentBuffMasterFromGitHubRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-