Package io.gs2.seasonRating.request
Class UpdateCurrentSeasonModelMasterFromGitHubRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateCurrentSeasonModelMasterFromGitHubRequest>
io.gs2.seasonRating.request.UpdateCurrentSeasonModelMasterFromGitHubRequest
- All Implemented Interfaces:
IRequest,Serializable
public class UpdateCurrentSeasonModelMasterFromGitHubRequest
extends Gs2BasicRequest<UpdateCurrentSeasonModelMasterFromGitHubRequest>
- 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
-
UpdateCurrentSeasonModelMasterFromGitHubRequest
public UpdateCurrentSeasonModelMasterFromGitHubRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getCheckoutSetting
-
setCheckoutSetting
-
withCheckoutSetting
public UpdateCurrentSeasonModelMasterFromGitHubRequest withCheckoutSetting(GitHubCheckoutSetting checkoutSetting) -
fromJson
public static UpdateCurrentSeasonModelMasterFromGitHubRequest fromJson(com.fasterxml.jackson.databind.JsonNode data) -
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-