Uses of Class
net.spreadsheetspace.sdk.authorization.model.AuthorizationResponse
Packages that use AuthorizationResponse
-
Uses of AuthorizationResponse in net.spreadsheetspace.sdk.viewserver.model
Methods in net.spreadsheetspace.sdk.viewserver.model that return AuthorizationResponseModifier and TypeMethodDescriptionPullResponse.getAuthorizationResponse()PushResponse.getAuthorizationResponse()Methods in net.spreadsheetspace.sdk.viewserver.model with parameters of type AuthorizationResponseModifier and TypeMethodDescriptionvoidPullResponse.setAuthorizationResponse(AuthorizationResponse authorizationResponse) voidPushResponse.setAuthorizationResponse(AuthorizationResponse authorizationResponse) Constructors in net.spreadsheetspace.sdk.viewserver.model with parameters of type AuthorizationResponseModifierConstructorDescriptionPullResponse(AuthenticationResponse authenticationResponse, AuthorizationResponse authorizationResponse, String id, List<FileBlob> fileList, List<FileBlob> optionalFileList, Long seqNum) PushResponse(AuthenticationResponse authenticationResponse, AuthorizationResponse authorizationResponse, String viewId)