Klasse PubSubRequest
java.lang.Object
com.github.twitch4j.pubsub.domain.PubSubRequest
PubSub Request
Will ignore null values when serializing the request
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanCredential forPubSubType.LISTENrequests.getData()Data (Body)getNonce()Random string to identify the response associated with this request.getType()Action TypeinthashCode()voidsetCredential(OAuth2Credential credential) Credential forPubSubType.LISTENrequests.voidData (Body)voidRandom string to identify the response associated with this request.voidsetType(PubSubType type) Action TypetoString()
-
Konstruktordetails
-
PubSubRequest
public PubSubRequest()
-
-
Methodendetails
-
getType
Action Type -
getNonce
Random string to identify the response associated with this request. -
getData
Data (Body) -
getCredential
Credential forPubSubType.LISTENrequests. -
setType
Action Type -
setNonce
Random string to identify the response associated with this request. -
setData
Data (Body) -
setCredential
Credential forPubSubType.LISTENrequests. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-