Package com.onslip360
Class API.OAuthAccessTokenResponse
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.OAuthAccessTokenResponse>
-
- com.onslip360.API.OAuthAccessTokenResponse
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.OAuthAccessTokenResponse>>
- Enclosing class:
- API
public static class API.OAuthAccessTokenResponse extends Onslip360Object<API.OAuthAccessTokenResponse>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
access_token()
API.OAuthAccessTokenResponse
access_token(String access_token)
String
algorithm()
API.OAuthAccessTokenResponse
algorithm(String algorithm)
Optional<Long>
journal()
API.OAuthAccessTokenResponse
journal(Long journal)
Optional<Long>
location()
API.OAuthAccessTokenResponse
location(Long location)
String
realm()
API.OAuthAccessTokenResponse
realm(String realm)
Optional<String>
scope()
API.OAuthAccessTokenResponse
scope(String scope)
String
secret()
API.OAuthAccessTokenResponse
secret(String secret)
String
token_type()
API.OAuthAccessTokenResponse
token_type(String token_type)
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Method Detail
-
access_token
@Nonnull public String access_token()
-
algorithm
@Nonnull public String algorithm()
-
realm
@Nonnull public String realm()
-
secret
@Nonnull public String secret()
-
token_type
@Nonnull public String token_type()
-
access_token
@Nonnull public API.OAuthAccessTokenResponse access_token(String access_token)
-
algorithm
@Nonnull public API.OAuthAccessTokenResponse algorithm(String algorithm)
-
journal
@Nonnull public API.OAuthAccessTokenResponse journal(@Nullable Long journal)
-
location
@Nonnull public API.OAuthAccessTokenResponse location(@Nullable Long location)
-
realm
@Nonnull public API.OAuthAccessTokenResponse realm(String realm)
-
scope
@Nonnull public API.OAuthAccessTokenResponse scope(@Nullable String scope)
-
secret
@Nonnull public API.OAuthAccessTokenResponse secret(String secret)
-
token_type
@Nonnull public API.OAuthAccessTokenResponse token_type(String token_type)
-
-