Record Class PendingInvitesList
java.lang.Object
java.lang.Record
com.mojang.realmsclient.dto.PendingInvitesList
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Loggerprivate final List<PendingInvite> The field for thependingInvitesrecord component. -
Constructor Summary
ConstructorsConstructorDescriptionPendingInvitesList(List<PendingInvite> pendingInvites) Creates an instance of aPendingInvitesListrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.static PendingInvitesListReturns the value of thependingInvitesrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
pendingInvites
The field for thependingInvitesrecord component. -
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
PendingInvitesList
Creates an instance of aPendingInvitesListrecord class.- Parameters:
pendingInvites- the value for thependingInvitesrecord component
-
-
Method Details
-
parse
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
pendingInvites
Returns the value of thependingInvitesrecord component.- Returns:
- the value of the
pendingInvitesrecord component
-