Class GetFollowRequest

All Implemented Interfaces:
IRequest, Serializable

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

    • GetFollowRequest

      public GetFollowRequest()
  • Method Details

    • getNamespaceName

      public String getNamespaceName()
    • setNamespaceName

      public void setNamespaceName(String namespaceName)
    • withNamespaceName

      public GetFollowRequest withNamespaceName(String namespaceName)
    • getAccessToken

      public String getAccessToken()
    • setAccessToken

      public void setAccessToken(String accessToken)
    • withAccessToken

      public GetFollowRequest withAccessToken(String accessToken)
    • getTargetUserId

      public String getTargetUserId()
    • setTargetUserId

      public void setTargetUserId(String targetUserId)
    • withTargetUserId

      public GetFollowRequest withTargetUserId(String targetUserId)
    • getWithProfile

      public Boolean getWithProfile()
    • setWithProfile

      public void setWithProfile(Boolean withProfile)
    • withWithProfile

      public GetFollowRequest withWithProfile(Boolean withProfile)
    • fromJson

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

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