Class UpdateGatheringRequest

java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateGatheringRequest>
io.gs2.matchmaking.request.UpdateGatheringRequest
All Implemented Interfaces:
IRequest, Serializable

public class UpdateGatheringRequest extends Gs2BasicRequest<UpdateGatheringRequest>
See Also:
  • Constructor Details

    • UpdateGatheringRequest

      public UpdateGatheringRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public UpdateGatheringRequest withNamespaceName(String namespaceName)
    • getGatheringName

      public String getGatheringName()
    • setGatheringName

      public void setGatheringName(String gatheringName)
    • withGatheringName

      public UpdateGatheringRequest withGatheringName(String gatheringName)
    • getAccessToken

      public String getAccessToken()
    • setAccessToken

      public void setAccessToken(String accessToken)
    • withAccessToken

      public UpdateGatheringRequest withAccessToken(String accessToken)
    • getAttributeRanges

      public List<AttributeRange> getAttributeRanges()
    • setAttributeRanges

      public void setAttributeRanges(List<AttributeRange> attributeRanges)
    • withAttributeRanges

      public UpdateGatheringRequest withAttributeRanges(List<AttributeRange> attributeRanges)
    • getDuplicationAvoider

      public String getDuplicationAvoider()
    • setDuplicationAvoider

      public void setDuplicationAvoider(String duplicationAvoider)
    • withDuplicationAvoider

      public UpdateGatheringRequest withDuplicationAvoider(String duplicationAvoider)
    • fromJson

      public static UpdateGatheringRequest fromJson(com.fasterxml.jackson.databind.JsonNode data)
    • toJson

      public com.fasterxml.jackson.databind.JsonNode toJson()