Class ShopResponse
- 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.objects.ShopResponse
-
- All Implemented Interfaces:
GGEntity,GGObject,GGResponseObject
public class ShopResponse extends AbstractGGResponseObject
A shop
-
-
Constructor Summary
Constructors Constructor Description ShopResponse()ShopResponse(IDResponse id, ShopLevelConnectionResponse levels, ShopOrderMessageConnectionResponse messages, StringResponse name, StringResponse slug, StringResponse url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDResponsegetId()ShopLevelConnectionResponsegetLevels()ShopOrderMessageConnectionResponsegetMessages()StringResponsegetName()StringResponsegetSlug()StringResponsegetUrl()-
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
-
-
-
-
Constructor Detail
-
ShopResponse
public ShopResponse()
-
ShopResponse
public ShopResponse(IDResponse id, ShopLevelConnectionResponse levels, ShopOrderMessageConnectionResponse messages, StringResponse name, StringResponse slug, StringResponse url)
-
-
Method Detail
-
getId
public IDResponse getId()
-
getLevels
public ShopLevelConnectionResponse getLevels()
-
getMessages
public ShopOrderMessageConnectionResponse getMessages()
-
getName
public StringResponse getName()
-
getSlug
public StringResponse getSlug()
-
getUrl
public StringResponse getUrl()
-
-