Class StringResponse
- java.lang.Object
-
- com.github.gpluscb.ggjava.entity.AbstractGGEntity
-
- com.github.gpluscb.ggjava.entity.object.AbstractGGObject
-
- com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
-
- com.github.gpluscb.ggjava.entity.object.response.scalars.ScalarResponse<java.lang.String>
-
- com.github.gpluscb.ggjava.entity.object.response.scalars.StringResponse
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
,GGString
,Scalar<java.lang.String>
public class StringResponse extends ScalarResponse<java.lang.String> implements GGString
TheString
scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
-
-
Constructor Summary
Constructors Constructor Description StringResponse()
StringResponse(java.lang.String value)
-
Method Summary
-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.scalars.ScalarResponse
getValue
-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
checkProvided, isProvided
-
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntity
getGGEntityType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntity
getGGEntityType
-
-