Interface GGInt
-
- All Known Implementing Classes:
IntResponse
public interface GGInt extends Scalar<java.lang.Integer>
TheInt
scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
-
-
Method Summary
-
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntity
getGGEntityType
-
-