Package com.onslip360
Class API.Partial_OAuthAccessTokenResponse
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_OAuthAccessTokenResponse>
-
- com.onslip360.API.Partial_OAuthAccessTokenResponse
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_OAuthAccessTokenResponse>>
- Enclosing class:
- API
public static class API.Partial_OAuthAccessTokenResponse extends Onslip360Object<API.Partial_OAuthAccessTokenResponse>
-
-
Constructor Summary
Constructors Constructor Description Partial_OAuthAccessTokenResponse()
-
Method Summary
-
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 API.Partial_OAuthAccessTokenResponse access_token(@Nullable String access_token)
-
algorithm
@Nonnull public API.Partial_OAuthAccessTokenResponse algorithm(@Nullable String algorithm)
-
journal
@Nonnull public API.Partial_OAuthAccessTokenResponse journal(@Nullable Long journal)
-
journal
@Nonnull public API.Partial_OAuthAccessTokenResponse journal(@Nullable Erasable<Long> journal)
-
location
@Nonnull public API.Partial_OAuthAccessTokenResponse location(@Nullable Long location)
-
location
@Nonnull public API.Partial_OAuthAccessTokenResponse location(@Nullable Erasable<Long> location)
-
realm
@Nonnull public API.Partial_OAuthAccessTokenResponse realm(@Nullable String realm)
-
scope
@Nonnull public API.Partial_OAuthAccessTokenResponse scope(@Nullable String scope)
-
scope
@Nonnull public API.Partial_OAuthAccessTokenResponse scope(@Nullable Erasable<String> scope)
-
secret
@Nonnull public API.Partial_OAuthAccessTokenResponse secret(@Nullable String secret)
-
token_type
@Nonnull public API.Partial_OAuthAccessTokenResponse token_type(@Nullable String token_type)
-
-