Package com.github.twitch4j.helix.domain
Klasse ShardsInput
java.lang.Object
com.github.twitch4j.helix.domain.ShardsInput
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungShardsInput(@NotNull String conduitId, @NotNull Collection<ConduitShard> shards) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanConduit ID.The shards to update.inthashCode()toString()withConduitId(@NotNull String conduitId) Conduit ID.withShards(@NotNull Collection<ConduitShard> shards) The shards to update.
-
Konstruktordetails
-
ShardsInput
public ShardsInput() -
ShardsInput
public ShardsInput(@NotNull @NotNull String conduitId, @NotNull @NotNull Collection<ConduitShard> shards)
-
-
Methodendetails
-
builder
-
toBuilder
-
withConduitId
Conduit ID.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
withShards
The shards to update.- Gibt zurück:
- a clone of this object, except with this updated property (returns
thisif an identical value is passed).
-
getConduitId
Conduit ID. -
getShards
The shards to update. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-