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 Stringaccess_token()API.OAuthAccessTokenResponseaccess_token(String access_token)Stringalgorithm()API.OAuthAccessTokenResponsealgorithm(String algorithm)Optional<Long>journal()API.OAuthAccessTokenResponsejournal(Long journal)Optional<Long>location()API.OAuthAccessTokenResponselocation(Long location)Stringrealm()API.OAuthAccessTokenResponserealm(String realm)Optional<String>scope()API.OAuthAccessTokenResponsescope(String scope)Stringsecret()API.OAuthAccessTokenResponsesecret(String secret)Stringtoken_type()API.OAuthAccessTokenResponsetoken_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)
-
-