Record Class RequestMicrosoftAPIImpl.MicrosoftXSTSRequest
java.lang.Object
java.lang.Record
pro.gravit.launcher.base.request.RequestMicrosoftAPIImpl.MicrosoftXSTSRequest
- Enclosing class:
RequestMicrosoftAPIImpl
public static record RequestMicrosoftAPIImpl.MicrosoftXSTSRequest(RequestMicrosoftAPIImpl.MicrosoftXSTSPropertiesRequest Properties, String RelyingParty, String TokenType)
extends Record
-
Constructor Summary
ConstructorsConstructorDescriptionMicrosoftXSTSRequest(String xblToken) MicrosoftXSTSRequest(RequestMicrosoftAPIImpl.MicrosoftXSTSPropertiesRequest Properties, String RelyingParty, String TokenType) Creates an instance of aMicrosoftXSTSRequestrecord 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
-
MicrosoftXSTSRequest
-
MicrosoftXSTSRequest
public MicrosoftXSTSRequest(RequestMicrosoftAPIImpl.MicrosoftXSTSPropertiesRequest Properties, String RelyingParty, String TokenType) Creates an instance of aMicrosoftXSTSRequestrecord 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
-