Class ConnectSessionAuthenticate
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ConnectSessionAuthenticate
-
public class ConnectSessionAuthenticate extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConnectSessionAuthenticate.Builder
-
Constructor Summary
Constructors Constructor Description ConnectSessionAuthenticate(java.lang.String token)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectSessionAuthenticate.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()java.lang.Stringtoken()The token to authenticate withjava.lang.StringtoString()ConnectSessionAuthenticatewithToken(java.lang.String token)The token to authenticate with
-
-
-
Method Detail
-
token
public java.lang.String token()
The token to authenticate with
-
builder
public static final ConnectSessionAuthenticate.Builder builder()
-
withToken
public ConnectSessionAuthenticate withToken(java.lang.String token)
The token to authenticate with
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-