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 SummaryConstructors Constructor Description ShopResponse()ShopResponse(IDResponse id, ShopLevelConnectionResponse levels, ShopOrderMessageConnectionResponse messages, StringResponse name, StringResponse slug, StringResponse url)
 - 
Method SummaryAll 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.AbstractGGResponseObjectcheckProvided, isProvided
 - 
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntitygetGGEntityType
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntitygetGGEntityType
 
- 
 
- 
- 
- 
Constructor Detail- 
ShopResponsepublic ShopResponse() 
 - 
ShopResponsepublic ShopResponse(IDResponse id, ShopLevelConnectionResponse levels, ShopOrderMessageConnectionResponse messages, StringResponse name, StringResponse slug, StringResponse url) 
 
- 
 - 
Method Detail- 
getIdpublic IDResponse getId() 
 - 
getLevelspublic ShopLevelConnectionResponse getLevels() 
 - 
getMessagespublic ShopOrderMessageConnectionResponse getMessages() 
 - 
getNamepublic StringResponse getName() 
 - 
getSlugpublic StringResponse getSlug() 
 - 
getUrlpublic StringResponse getUrl() 
 
- 
 
-