Record Class RequestMicrosoftAPIImpl.MicrosoftXBoxLivePropertiesRequest
java.lang.Object
java.lang.Record
pro.gravit.launcher.base.request.RequestMicrosoftAPIImpl.MicrosoftXBoxLivePropertiesRequest
- Enclosing class:
RequestMicrosoftAPIImpl
-
Constructor Summary
ConstructorsConstructorDescriptionMicrosoftXBoxLivePropertiesRequest(String accessToken) MicrosoftXBoxLivePropertiesRequest(String AuthMethod, String SiteName, String RpsTicket) Creates an instance of aMicrosoftXBoxLivePropertiesRequestrecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theAuthMethodrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.Returns the value of theRpsTicketrecord component.SiteName()Returns the value of theSiteNamerecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MicrosoftXBoxLivePropertiesRequest
-
MicrosoftXBoxLivePropertiesRequest
Creates an instance of aMicrosoftXBoxLivePropertiesRequestrecord class.- Parameters:
AuthMethod- the value for theAuthMethodrecord componentSiteName- the value for theSiteNamerecord componentRpsTicket- the value for theRpsTicketrecord component
-
-
Method Details
-
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). -
AuthMethod
Returns the value of theAuthMethodrecord component.- Returns:
- the value of the
AuthMethodrecord component
-
SiteName
Returns the value of theSiteNamerecord component.- Returns:
- the value of the
SiteNamerecord component
-
RpsTicket
Returns the value of theRpsTicketrecord component.- Returns:
- the value of the
RpsTicketrecord component
-