Class ProfileAuthorizationResponse
- 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.ProfileAuthorizationResponse
 
 
 
 
- 
- All Implemented Interfaces:
- GGEntity,- GGObject,- GGResponseObject
 
 public class ProfileAuthorizationResponse extends AbstractGGResponseObject An OAuth ProfileAuthorization object
- 
- 
Constructor SummaryConstructors Constructor Description ProfileAuthorizationResponse()ProfileAuthorizationResponse(IDResponse id, StringResponse externalId, StringResponse externalUsername, StreamResponse stream, AuthorizationTypeResponse type, StringResponse url)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringResponsegetExternalId()The id given by the external serviceStringResponsegetExternalUsername()The username given by the external service (including discriminator if discord)IDResponsegetId()StreamResponsegetStream()AuthorizationTypeResponsegetType()The name of the external service providing this auth i.e.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- 
ProfileAuthorizationResponsepublic ProfileAuthorizationResponse() 
 - 
ProfileAuthorizationResponsepublic ProfileAuthorizationResponse(IDResponse id, StringResponse externalId, StringResponse externalUsername, StreamResponse stream, AuthorizationTypeResponse type, StringResponse url) 
 
- 
 - 
Method Detail- 
getIdpublic IDResponse getId() 
 - 
getExternalIdpublic StringResponse getExternalId() The id given by the external service
 - 
getExternalUsernamepublic StringResponse getExternalUsername() The username given by the external service (including discriminator if discord)
 - 
getStreampublic StreamResponse getStream() 
 - 
getTypepublic AuthorizationTypeResponse getType() The name of the external service providing this auth i.e. "twitch"
 - 
getUrlpublic StringResponse getUrl() 
 
- 
 
-