Class PubSubRequest
java.lang.Object
com.github.twitch4j.pubsub.domain.PubSubRequest
PubSub Request
Will ignore null values when serializing the request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleancom.github.philippheuer.credentialmanager.domain.OAuth2CredentialCredential forPubSubType.LISTENrequests.getData()Data (Body)getNonce()Random string to identify the response associated with this request.getType()Action TypeinthashCode()voidsetCredential(com.github.philippheuer.credentialmanager.domain.OAuth2Credential credential) Credential forPubSubType.LISTENrequests.voidData (Body)voidRandom string to identify the response associated with this request.voidsetType(PubSubType type) Action TypetoString()
-
Constructor Details
-
PubSubRequest
public PubSubRequest()
-
-
Method Details
-
getType
Action Type -
getNonce
Random string to identify the response associated with this request. -
getData
Data (Body) -
getCredential
public com.github.philippheuer.credentialmanager.domain.OAuth2Credential getCredential()Credential forPubSubType.LISTENrequests. -
setType
Action Type -
setNonce
Random string to identify the response associated with this request. -
setData
Data (Body) -
setCredential
public void setCredential(com.github.philippheuer.credentialmanager.domain.OAuth2Credential credential) Credential forPubSubType.LISTENrequests. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-