Class ListViewResponse
java.lang.Object
net.spreadsheetspace.sdk.model.ListViewResponse
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongboolean -
Constructor Summary
ConstructorsConstructorDescriptionListViewResponse(String id, String view_server, OwnerValue owner, String metadata, boolean encrypted, long creation_time, String description, LinkedList<UserPermissionObj> usersPermissionObj) -
Method Summary
-
Field Details
-
id
-
view_server
-
owner
-
metadata
-
encrypted
public boolean encrypted -
description
-
creation_time
public long creation_time -
usersPermissionObj
-
-
Constructor Details
-
ListViewResponse
public ListViewResponse(String id, String view_server, OwnerValue owner, String metadata, boolean encrypted, long creation_time, String description, LinkedList<UserPermissionObj> usersPermissionObj)
-