Class IntResponse

  • All Implemented Interfaces:
    GGEntity, GGObject, GGResponseObject, GGInt, Scalar<java.lang.Integer>

    public class IntResponse
    extends ScalarResponse<java.lang.Integer>
    implements GGInt
    The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
    • Constructor Detail

      • IntResponse

        public IntResponse()
      • IntResponse

        public IntResponse​(int value)
                    throws java.lang.IllegalArgumentException
        Throws:
        java.lang.IllegalArgumentException