Uses of Class
io.github.ma1uta.matrix.event.Unsigned
-
Packages that use Unsigned Package Description io.github.ma1uta.matrix.event Event classes.io.github.ma1uta.matrix.event.content Event content classes. -
-
Uses of Unsigned in io.github.ma1uta.matrix.event
Fields in io.github.ma1uta.matrix.event declared as Unsigned Modifier and Type Field Description private Unsigned<C>
RoomEvent. unsigned
Contains optional extra information about the event.Methods in io.github.ma1uta.matrix.event that return Unsigned Modifier and Type Method Description Unsigned<C>
RoomEvent. getUnsigned()
Methods in io.github.ma1uta.matrix.event with parameters of type Unsigned Modifier and Type Method Description void
RoomEvent. setUnsigned(Unsigned<C> unsigned)
-
Uses of Unsigned in io.github.ma1uta.matrix.event.content
Fields in io.github.ma1uta.matrix.event.content declared as Unsigned Modifier and Type Field Description private Unsigned
RoomMemberContent. unsigned
Contains optional extra information about the event.Methods in io.github.ma1uta.matrix.event.content that return Unsigned Modifier and Type Method Description Unsigned
RoomMemberContent. getUnsigned()
Methods in io.github.ma1uta.matrix.event.content with parameters of type Unsigned Modifier and Type Method Description void
RoomMemberContent. setUnsigned(Unsigned unsigned)
-