Package com.onslip360
Class API.Partial_AccessToken
- java.lang.Object
 - 
- com.onslip360.Onslip360Object<API.Partial_AccessToken>
 - 
- com.onslip360.API.Partial_AccessToken
 
 
 
- 
- All Implemented Interfaces:
 Cloneable,Comparable<Onslip360Object<API.Partial_AccessToken>>
- Enclosing class:
 - API
 
public static class API.Partial_AccessToken extends Onslip360Object<API.Partial_AccessToken>
 
- 
- 
Constructor Summary
Constructors Constructor Description Partial_AccessToken() 
- 
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
- 
key
@Nonnull public Erasable<byte[]> key()
 
- 
permissions
@Nonnull public Erasable<API.Permission[]> permissions()
 
- 
type
@Nonnull public Optional<API.AccessToken.Type> type()
 
- 
alias
@Nonnull public API.Partial_AccessToken alias(@Nullable String alias)
 
- 
client
@Nonnull public API.Partial_AccessToken client(@Nullable Long client)
 
- 
client
@Nonnull public API.Partial_AccessToken client(@Nullable Erasable<Long> client)
 
- 
deleted
@Nonnull public API.Partial_AccessToken deleted(@Nullable String deleted)
 
- 
deleted
@Nonnull public API.Partial_AccessToken deleted(@Nullable Erasable<String> deleted)
 
- 
external
@Nonnull public API.Partial_AccessToken external(@Nullable Boolean external)
 
- 
external
@Nonnull public API.Partial_AccessToken external(@Nullable Erasable<Boolean> external)
 
- 
key
@Nonnull public API.Partial_AccessToken key(@Nullable byte[] key)
 
- 
key
@Nonnull public API.Partial_AccessToken key(@Nullable Erasable<byte[]> key)
 
- 
labels
@Nonnull public API.Partial_AccessToken labels(@Nullable Long[] labels)
 
- 
labels
@Nonnull public API.Partial_AccessToken labels(@Nullable Erasable<Long[]> labels)
 
- 
location
@Nonnull public API.Partial_AccessToken location(@Nullable Long location)
 
- 
location
@Nonnull public API.Partial_AccessToken location(@Nullable Erasable<Long> location)
 
- 
name
@Nonnull public API.Partial_AccessToken name(@Nullable String name)
 
- 
permissions
@Nonnull public API.Partial_AccessToken permissions(@Nullable API.Permission[] permissions)
 
- 
permissions
@Nonnull public API.Partial_AccessToken permissions(@Nullable Erasable<API.Permission[]> permissions)
 
- 
tags
@Nonnull public API.Partial_AccessToken tags(@Nullable String[] tags)
 
- 
tags
@Nonnull public API.Partial_AccessToken tags(@Nullable Erasable<String[]> tags)
 
- 
type
@Nonnull public API.Partial_AccessToken type(@Nullable API.AccessToken.Type type)
 
 - 
 
 -