Record Class RequestMicrosoftAPIImpl.MicrosoftXBoxLiveRequest
java.lang.Object
java.lang.Record
pro.gravit.launcher.base.request.RequestMicrosoftAPIImpl.MicrosoftXBoxLiveRequest
- Enclosing class:
RequestMicrosoftAPIImpl
public static record RequestMicrosoftAPIImpl.MicrosoftXBoxLiveRequest(RequestMicrosoftAPIImpl.MicrosoftXBoxLivePropertiesRequest Properties, String RelyingParty, String TokenType)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionMicrosoftXBoxLiveRequest(String accessToken) MicrosoftXBoxLiveRequest(RequestMicrosoftAPIImpl.MicrosoftXBoxLivePropertiesRequest Properties, String RelyingParty, String TokenType) Creates an instance of aMicrosoftXBoxLiveRequestrecord 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.Returns the value of thePropertiesrecord component.Returns the value of theRelyingPartyrecord component.Returns the value of theTokenTyperecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
MicrosoftXBoxLiveRequest
-
MicrosoftXBoxLiveRequest
public MicrosoftXBoxLiveRequest(RequestMicrosoftAPIImpl.MicrosoftXBoxLivePropertiesRequest Properties, String RelyingParty, String TokenType) Creates an instance of aMicrosoftXBoxLiveRequestrecord class.- Parameters:
Properties- the value for thePropertiesrecord componentRelyingParty- the value for theRelyingPartyrecord componentTokenType- the value for theTokenTyperecord 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). -
Properties
Returns the value of thePropertiesrecord component.- Returns:
- the value of the
Propertiesrecord component
-
RelyingParty
Returns the value of theRelyingPartyrecord component.- Returns:
- the value of the
RelyingPartyrecord component
-
TokenType
Returns the value of theTokenTyperecord component.- Returns:
- the value of the
TokenTyperecord component
-