A C D E F G H I J L M N O P Q R S T U V Y 

A

add() - Method in class com.microsoft.services.sharepoint.Query
Add operator.
add(Query) - Method in class com.microsoft.services.sharepoint.Query
Add operator.
add(Number) - Method in class com.microsoft.services.sharepoint.Query
Add operator.
add() - Static method in class com.microsoft.services.sharepoint.QueryOperations
Add operator.
add(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Add operator.
add(Number) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Add operator.
addHeader(String, String) - Method in class com.microsoft.services.sharepoint.http.Request
Adds a header to the request
and() - Method in class com.microsoft.services.sharepoint.Query
Conditional and.
and(Query) - Method in class com.microsoft.services.sharepoint.Query
Conditional and.
and() - Static method in class com.microsoft.services.sharepoint.QueryOperations
Conditional and.
and(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Conditional and.

C

ceiling(Query) - Method in class com.microsoft.services.sharepoint.Query
The smallest integral value greater than or equal to the parameter value.
ceiling(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
The smallest integral value greater than or equal to the parameter value.
com.microsoft.services.sharepoint - package com.microsoft.services.sharepoint
 
com.microsoft.services.sharepoint.http - package com.microsoft.services.sharepoint.http
 
concat(Query, Query) - Method in class com.microsoft.services.sharepoint.Query
String value which is the first and second parameter values merged together with the first parameter value coming first in the result.
concat(Query, Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
String value which is the first and second parameter values merged together with the first parameter value coming first in the result.
Constants - Class in com.microsoft.services.sharepoint
Constants used through the framework
Constants() - Constructor for class com.microsoft.services.sharepoint.Constants
 
copy(String, String, boolean) - Method in class com.microsoft.services.sharepoint.DocLibClient
Copies an item from the given sourcePath to the given destinationPath.
copy(String, String, boolean, String) - Method in class com.microsoft.services.sharepoint.DocLibClient
Copies an item from the given sourcePath to the given destinationPath.
createFile(String) - Method in class com.microsoft.services.sharepoint.DocLibClient
Creates an empty file.
createFile(String, String) - Method in class com.microsoft.services.sharepoint.DocLibClient
Creates an empty file.
createFile(String, String, boolean, byte[]) - Method in class com.microsoft.services.sharepoint.DocLibClient
Creates a file with a given path inside a given library
createFile(String, boolean, byte[]) - Method in class com.microsoft.services.sharepoint.DocLibClient
Creates the file with a given file name and content
createFolder(String) - Method in class com.microsoft.services.sharepoint.DocLibClient
Creates the folder with a given path
createFolder(String, String) - Method in class com.microsoft.services.sharepoint.DocLibClient
Creates a folder with a given path and library
createHttpConnection() - Static method in class com.microsoft.services.sharepoint.Platform
Create http connection.
Credentials - Interface in com.microsoft.services.sharepoint
Interface for credentials to be sent in a request

D

day(Query) - Method in class com.microsoft.services.sharepoint.Query
The day component value of the parameter value.
day(String) - Method in class com.microsoft.services.sharepoint.Query
The day component value of the parameter value.
day(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
The day component value of the parameter value.
day(String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
The day component value of the parameter value.
delete(String) - Method in class com.microsoft.services.sharepoint.DocLibClient
Delete a file/folder with a given path
delete(String, String) - Method in class com.microsoft.services.sharepoint.DocLibClient
Deletes a file/folder with a given path and library
deleteListItem(SPListItem, String) - Method in class com.microsoft.services.sharepoint.ListClient
Delete list item.
DiscoveryInformation - Class in com.microsoft.services.sharepoint
 
DiscoveryInformation() - Constructor for class com.microsoft.services.sharepoint.DiscoveryInformation
 
div() - Method in class com.microsoft.services.sharepoint.Query
Divide operator.
div(Query) - Method in class com.microsoft.services.sharepoint.Query
Divide operator.
div(Number) - Method in class com.microsoft.services.sharepoint.Query
Divide operator.
div() - Static method in class com.microsoft.services.sharepoint.QueryOperations
Divide operator.
div(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Divide operator.
div(Number) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Divide operator.
DocLibClient - Class in com.microsoft.services.sharepoint
The Class DocLibClient.
DocLibClient(String, String, Credentials) - Constructor for class com.microsoft.services.sharepoint.DocLibClient
Instantiates a new file API client.
DocLibClient(String, String, Credentials, Logger) - Constructor for class com.microsoft.services.sharepoint.DocLibClient
Instantiates a new file client.

E

endsWith(Query, Query) - Method in class com.microsoft.services.sharepoint.Query
Whether the end of the first parameter value matches the second parameter value.
endsWith(String, String) - Method in class com.microsoft.services.sharepoint.Query
Whether the end of the first parameter value matches the second parameter value.
endsWith(Query, Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Whether the end of the first parameter value matches the second parameter value.
endsWith(String, String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Whether the end of the first parameter value matches the second parameter value.
ensureIdProperty() - Method in class com.microsoft.services.sharepoint.Query
Ensure id property.
eq() - Method in class com.microsoft.services.sharepoint.Query
Equal comparison operator.
eq(Query) - Method in class com.microsoft.services.sharepoint.Query
Equal comparison operator.
eq(Number) - Method in class com.microsoft.services.sharepoint.Query
Equal comparison operator.
eq(boolean) - Method in class com.microsoft.services.sharepoint.Query
Equal comparison operator.
eq(String) - Method in class com.microsoft.services.sharepoint.Query
Equal comparison operator.
eq() - Static method in class com.microsoft.services.sharepoint.QueryOperations
Equal comparison operator.
eq(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Equal comparison operator.
eq(Number) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Equal comparison operator.
eq(boolean) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Equal comparison operator.
eq(String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Equal comparison operator.
ErrorCallback - Interface in com.microsoft.services.sharepoint
 
execute(Request) - Method in interface com.microsoft.services.sharepoint.http.HttpConnection
Executes an request
execute(Request) - Method in class com.microsoft.services.sharepoint.http.JavaHttpConnection
 
executeRequest(String, String) - Method in class com.microsoft.services.sharepoint.OfficeClient
Execute request.
executeRequest(String, String, Map<String, String>, byte[]) - Method in class com.microsoft.services.sharepoint.OfficeClient
Execute request.
executeRequestJson(String, String) - Method in class com.microsoft.services.sharepoint.OfficeClient
Execute request json.
executeRequestJson(String, String, Map<String, String>, byte[]) - Method in class com.microsoft.services.sharepoint.OfficeClient
Execute request json.
executeRequestJsonWithDigest(String, String, Map<String, String>, byte[]) - Method in class com.microsoft.services.sharepoint.SharePointClient
Execute request json with digest.
expand(String...) - Method in class com.microsoft.services.sharepoint.Query
Specifies the fields to expand

F

field(String) - Method in class com.microsoft.services.sharepoint.Query
Specifies the field to use
field(String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Creates Query representing a field
FILE_CREATE - Static variable in class com.microsoft.services.sharepoint.FileConstants
The Constant FILE_CREATE.
FileConstants - Class in com.microsoft.services.sharepoint
The Class FileConstants.
FileConstants() - Constructor for class com.microsoft.services.sharepoint.FileConstants
 
FileSystemItem - Class in com.microsoft.services.sharepoint
The Class FileSystemItem.
FileSystemItem() - Constructor for class com.microsoft.services.sharepoint.FileSystemItem
 
floor(Query) - Method in class com.microsoft.services.sharepoint.Query
The largest integral value less than or equal to the parameter value.
floor(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
The largest integral value less than or equal to the parameter value.
FOLDER_CREATE - Static variable in class com.microsoft.services.sharepoint.FileConstants
The Constant FOLDER_CREATE.

G

ge() - Method in class com.microsoft.services.sharepoint.Query
Greater than or equal comparison operator.
ge(Query) - Method in class com.microsoft.services.sharepoint.Query
Greater than or equal comparison operator.
ge(Number) - Method in class com.microsoft.services.sharepoint.Query
Greater than or equal comparison operator.
ge() - Static method in class com.microsoft.services.sharepoint.QueryOperations
Greater than or equal comparison operator.
ge(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Greater than or equal comparison operator.
ge(Number) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Greater than or equal comparison operator.
generateODataQueryString(Query) - Method in class com.microsoft.services.sharepoint.OfficeClient
Generate o data query string.
getCapability() - Method in class com.microsoft.services.sharepoint.DiscoveryInformation
 
getColumnsFromDefaultView(String) - Method in class com.microsoft.services.sharepoint.ListClient
Gets columns from default view.
getContent() - Method in class com.microsoft.services.sharepoint.http.Request
Returns the request content
getCredentials() - Method in class com.microsoft.services.sharepoint.OfficeClient
Gets credentials.
getData(String) - Method in class com.microsoft.services.sharepoint.FileSystemItem
 
getData(String) - Method in class com.microsoft.services.sharepoint.OfficeEntity
Gets the data.
getData(String) - Method in class com.microsoft.services.sharepoint.SPListItem
 
getDiscoveryInfo() - Method in class com.microsoft.services.sharepoint.OfficeClient
Gets discovery info.
getDiscoveryInfo(String) - Method in class com.microsoft.services.sharepoint.OfficeClient
Gets discovery info.
getEntityPropertyName() - Method in class com.microsoft.services.sharepoint.SPListField
Gets the entity property name.
getFile(String) - Method in class com.microsoft.services.sharepoint.DocLibClient
Gets the file.
getFile(String, String) - Method in class com.microsoft.services.sharepoint.DocLibClient
Gets the file.
getFileSystemItem(String) - Method in class com.microsoft.services.sharepoint.DocLibClient
 
getFileSystemItem(String, String) - Method in class com.microsoft.services.sharepoint.DocLibClient
Get a FileSystemItem from a path in a document library
getFileSystemItems() - Method in class com.microsoft.services.sharepoint.DocLibClient
Gets a list of FileSystemItem from the default Document Library
getFileSystemItems(String, String) - Method in class com.microsoft.services.sharepoint.DocLibClient
Gets children folder with a given path
getFormDigest() - Method in class com.microsoft.services.sharepoint.SharePointClient
 
getGUID() - Method in class com.microsoft.services.sharepoint.SPListItem
Gets the guid.
getHeader(String) - Method in interface com.microsoft.services.sharepoint.http.Response
Return the header value
getHeader(String) - Method in class com.microsoft.services.sharepoint.http.StreamResponse
 
getHeaders() - Method in class com.microsoft.services.sharepoint.http.Request
Returns the request headers
getHeaders() - Method in interface com.microsoft.services.sharepoint.http.Response
Returns the response headers
getHeaders() - Method in class com.microsoft.services.sharepoint.http.StreamResponse
 
getId() - Method in class com.microsoft.services.sharepoint.FileSystemItem
Gets the id.
getId() - Method in class com.microsoft.services.sharepoint.SPList
Gets the id.
getId() - Method in class com.microsoft.services.sharepoint.SPListItem
Gets the id.
getJsonData() - Method in class com.microsoft.services.sharepoint.OfficeEntity
Gets the json data.
getJsonForUrl(String, String) - Static method in class com.microsoft.services.sharepoint.SPFieldUrlValue
 
getKey() - Method in class com.microsoft.services.sharepoint.SimpleEntry
 
getList(String) - Method in class com.microsoft.services.sharepoint.ListClient
Gets the list.
getListFields(String, Query) - Method in class com.microsoft.services.sharepoint.ListClient
Gets the list fields.
getListItemEntityTypeFullName() - Method in class com.microsoft.services.sharepoint.SPList
Gets the list item entity type full name.
getListItems(String, Query) - Method in class com.microsoft.services.sharepoint.ListClient
Gets the list items.
getLists(Query) - Method in class com.microsoft.services.sharepoint.ListClient
Gets lists.
getLogger() - Method in class com.microsoft.services.sharepoint.OfficeClient
Gets logger.
getName() - Method in class com.microsoft.services.sharepoint.FileSystemItem
Gets the title.
getProperty(String, String, String) - Method in class com.microsoft.services.sharepoint.DocLibClient
Retrieves the value of property with a given path and library
getProperty(String, String) - Method in class com.microsoft.services.sharepoint.DocLibClient
Gets the value of a given property with a given path
getQueryText() - Method in class com.microsoft.services.sharepoint.Query
Returns the main text of the query
getRowSetModifiers() - Method in class com.microsoft.services.sharepoint.Query
Returns the string representation of the rowset's modifiers
getServerUrl() - Method in class com.microsoft.services.sharepoint.SharePointClient
 
getServiceEndpointUri() - Method in class com.microsoft.services.sharepoint.DiscoveryInformation
 
getServiceName() - Method in class com.microsoft.services.sharepoint.DiscoveryInformation
 
getServiceResourceId() - Method in class com.microsoft.services.sharepoint.DiscoveryInformation
 
getSiteRelativeUrl() - Method in class com.microsoft.services.sharepoint.SharePointClient
 
getSiteUrl() - Method in class com.microsoft.services.sharepoint.SharePointClient
 
getStatus() - Method in interface com.microsoft.services.sharepoint.http.Response
Returns the response HTTP Status code
getStatus() - Method in class com.microsoft.services.sharepoint.http.StreamResponse
 
getStringContent() - Method in class com.microsoft.services.sharepoint.http.Request
Returns the request content as a String
getSubItems(String) - Method in class com.microsoft.services.sharepoint.FileSystemItem
Gets the sub items.
getSubItems(String) - Method in class com.microsoft.services.sharepoint.SPListItem
Gets the sub items.
getTitle() - Method in class com.microsoft.services.sharepoint.SPList
Gets the title.
getTitle() - Method in class com.microsoft.services.sharepoint.SPListField
Gets the title.
getTitle() - Method in class com.microsoft.services.sharepoint.SPListItem
Gets the title.
getToken() - Method in class com.microsoft.services.sharepoint.http.OAuthCredentials
Returns the OAuth Token
getUrl() - Method in class com.microsoft.services.sharepoint.http.Request
Returns the request URL
getUserAgent() - Static method in class com.microsoft.services.sharepoint.Platform
Generates the User-Agent
getUserByID(String) - Method in class com.microsoft.services.sharepoint.SharePointClient
 
getUserProperties() - Method in class com.microsoft.services.sharepoint.ListClient
Gets user properties.
getValue() - Method in class com.microsoft.services.sharepoint.SimpleEntry
 
getVerb() - Method in class com.microsoft.services.sharepoint.http.Request
Returns the request HTTP verb
getWebTitle() - Method in class com.microsoft.services.sharepoint.SharePointClient
 
gt() - Method in class com.microsoft.services.sharepoint.Query
Greater than comparison operator.
gt(Query) - Method in class com.microsoft.services.sharepoint.Query
Greater than comparison operator.
gt(Number) - Method in class com.microsoft.services.sharepoint.Query
Greater than comparison operator.
gt() - Static method in class com.microsoft.services.sharepoint.QueryOperations
Greater than comparison operator.
gt(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Greater than comparison operator.
gt(Number) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Greater than comparison operator.

H

hour(Query) - Method in class com.microsoft.services.sharepoint.Query
The hour component value of the parameter value.
hour(String) - Method in class com.microsoft.services.sharepoint.Query
The hour component value of the parameter value.
hour(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
The hour component value of the parameter value.
hour(String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
The hour component value of the parameter value.
HTTP_GET - Static variable in class com.microsoft.services.sharepoint.Constants
HTTP GET Verb
HTTP_POST - Static variable in class com.microsoft.services.sharepoint.Constants
HTTP POST Verb
HttpConnection - Interface in com.microsoft.services.sharepoint.http
Interface that defines a generic HttpConnection

I

includeInlineCount() - Method in class com.microsoft.services.sharepoint.Query
The inlinecount property specifies whether or not to retrieve a property with the number of records returned.
indexOf(Query, Query) - Method in class com.microsoft.services.sharepoint.Query
Index of the first occurrence of the second parameter value in the first parameter value or -1 otherwise.
indexOf(String, String) - Method in class com.microsoft.services.sharepoint.Query
Index of the first occurrence of the second parameter value in the first parameter value or -1 otherwise.
indexOf(Query, Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Index of the first occurrence of the second parameter value in the first parameter value or -1 otherwise.
indexOf(String, String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Index of the first occurrence of the second parameter value in the first parameter value or -1 otherwise.
insertListItem(SPListItem, SPList) - Method in class com.microsoft.services.sharepoint.ListClient
Insert list item.
InvalidHttpStatusCodeException - Exception in com.microsoft.services.sharepoint.http
Exception thrown when an invalid HTTP Status code is received
InvalidHttpStatusCodeException(int, String, String) - Constructor for exception com.microsoft.services.sharepoint.http.InvalidHttpStatusCodeException
 
isValidStatus(int) - Static method in class com.microsoft.services.sharepoint.OfficeClient
Is valid status.

J

JavaHttpConnection - Class in com.microsoft.services.sharepoint.http
Java HttpConnection implementation, based on HttpURLConnection and threads async operations
JavaHttpConnection() - Constructor for class com.microsoft.services.sharepoint.http.JavaHttpConnection
 

L

le() - Method in class com.microsoft.services.sharepoint.Query
Less than or equal comparison operator.
le(Query) - Method in class com.microsoft.services.sharepoint.Query
Less than or equal comparison operator.
le(Number) - Method in class com.microsoft.services.sharepoint.Query
Less than or equal comparison operator.
le() - Static method in class com.microsoft.services.sharepoint.QueryOperations
Less than or equal comparison operator.
le(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Less than or equal comparison operator.
le(Number) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Less than or equal comparison operator.
length(Query) - Method in class com.microsoft.services.sharepoint.Query
The number of characters in the specified parameter value.
length(String) - Method in class com.microsoft.services.sharepoint.Query
The number of characters in the specified parameter value.
length(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
The number of characters in the specified parameter value.
length(String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
The number of characters in the specified parameter value.
ListClient - Class in com.microsoft.services.sharepoint
The Class ListClient.
ListClient(String, String, Credentials) - Constructor for class com.microsoft.services.sharepoint.ListClient
Instantiates a new sharepoint lists client.
ListClient(String, String, Credentials, Logger) - Constructor for class com.microsoft.services.sharepoint.ListClient
Instantiates a new sharepoint lists client.
listFrom(JSONObject) - Static method in class com.microsoft.services.sharepoint.FileSystemItem
List from.
listFromJson(JSONObject, Class<E>) - Static method in class com.microsoft.services.sharepoint.OfficeEntity
List from json.
listFromJson(JSONObject) - Static method in class com.microsoft.services.sharepoint.SPList
List from json.
listFromJson(JSONObject) - Static method in class com.microsoft.services.sharepoint.SPListField
List from json.
listFromJson(JSONObject) - Static method in class com.microsoft.services.sharepoint.SPListItem
List from json.
loadFromJson(JSONObject) - Method in class com.microsoft.services.sharepoint.OfficeEntity
Load from json.
loadFromJson(JSONObject, boolean) - Method in class com.microsoft.services.sharepoint.OfficeEntity
Load from json.
log(Logger) - Method in class com.microsoft.services.sharepoint.http.Request
Logs the request data
log(String, LogLevel) - Method in interface com.microsoft.services.sharepoint.Logger
Logs a message
log(String, LogLevel) - Method in class com.microsoft.services.sharepoint.OfficeClient
Log void.
log(Throwable) - Method in class com.microsoft.services.sharepoint.OfficeClient
Log void.
Logger - Interface in com.microsoft.services.sharepoint
Interface to define a Logger
LogLevel - Enum in com.microsoft.services.sharepoint
Represents a logging level
lt() - Method in class com.microsoft.services.sharepoint.Query
Less than comparison operator.
lt(Query) - Method in class com.microsoft.services.sharepoint.Query
Less than comparison operator.
lt(Number) - Method in class com.microsoft.services.sharepoint.Query
Less than comparison operator.
lt() - Static method in class com.microsoft.services.sharepoint.QueryOperations
Less than comparison operator.
lt(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Less than comparison operator.
lt(Number) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Less than comparison operator.

M

minute(Query) - Method in class com.microsoft.services.sharepoint.Query
The minute component value of the parameter value.
minute(String) - Method in class com.microsoft.services.sharepoint.Query
The minute component value of the parameter value.
minute(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
The minute component value of the parameter value.
minute(String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
The minute component value of the parameter value.
mod() - Method in class com.microsoft.services.sharepoint.Query
Reminder (or modulo) operator.
mod(Query) - Method in class com.microsoft.services.sharepoint.Query
Reminder (or modulo) operator.
mod(Number) - Method in class com.microsoft.services.sharepoint.Query
Reminder (or modulo) operator.
mod() - Static method in class com.microsoft.services.sharepoint.QueryOperations
Reminder (or modulo) operator.
mod(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Reminder (or modulo) operator.
mod(Number) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Reminder (or modulo) operator.
month(Query) - Method in class com.microsoft.services.sharepoint.Query
The month component value of the parameter value.
month(String) - Method in class com.microsoft.services.sharepoint.Query
The month component value of the parameter value.
month(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
The month component value of the parameter value.
month(String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
The month component value of the parameter value.
move(String, String, boolean) - Method in class com.microsoft.services.sharepoint.DocLibClient
Moves an item from the given sourcePath to the given destinationPath.
move(String, String, boolean, String) - Method in class com.microsoft.services.sharepoint.DocLibClient
Moves an item from the given sourcePath to the given destinationPath.
mul() - Method in class com.microsoft.services.sharepoint.Query
Multiply operator.
mul(Query) - Method in class com.microsoft.services.sharepoint.Query
Multiply operator.
mul(Number) - Method in class com.microsoft.services.sharepoint.Query
Multiply operator.
mul() - Static method in class com.microsoft.services.sharepoint.QueryOperations
Multiply operator.
mul(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Multiply operator.
mul(Number) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Multiply operator.

N

ne() - Method in class com.microsoft.services.sharepoint.Query
Not equal comparison operator.
ne(Query) - Method in class com.microsoft.services.sharepoint.Query
Not equal comparison operator.
ne(Number) - Method in class com.microsoft.services.sharepoint.Query
Not equal comparison operator.
ne(boolean) - Method in class com.microsoft.services.sharepoint.Query
Not equal comparison operator.
ne(String) - Method in class com.microsoft.services.sharepoint.Query
Not equal comparison operator.
ne() - Static method in class com.microsoft.services.sharepoint.QueryOperations
Not equal comparison operator.
ne(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Not equal comparison operator.
ne(Number) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Not equal comparison operator.
ne(boolean) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Not equal comparison operator.
ne(String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Not equal comparison operator.
not() - Method in class com.microsoft.services.sharepoint.Query
Logical not.
not(Query) - Method in class com.microsoft.services.sharepoint.Query
Logical not.
not(boolean) - Method in class com.microsoft.services.sharepoint.Query
Logical not.
not() - Static method in class com.microsoft.services.sharepoint.QueryOperations
Logical not.
not(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Logical not.
not(boolean) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Logical not.

O

OAuthCredentials - Class in com.microsoft.services.sharepoint.http
 
OAuthCredentials(String) - Constructor for class com.microsoft.services.sharepoint.http.OAuthCredentials
 
OfficeClient - Class in com.microsoft.services.sharepoint
The type Office client.
OfficeClient(Credentials) - Constructor for class com.microsoft.services.sharepoint.OfficeClient
Instantiates a new Office client.
OfficeClient(Credentials, Logger) - Constructor for class com.microsoft.services.sharepoint.OfficeClient
Instantiates a new Office client.
OfficeEntity - Class in com.microsoft.services.sharepoint
The Class OfficeEntity.
OfficeEntity() - Constructor for class com.microsoft.services.sharepoint.OfficeEntity
 
onError(Throwable) - Method in interface com.microsoft.services.sharepoint.ErrorCallback
Callback invoked when an error is found
or() - Method in class com.microsoft.services.sharepoint.Query
Conditional or.
or(Query) - Method in class com.microsoft.services.sharepoint.Query
Conditional or.
or() - Static method in class com.microsoft.services.sharepoint.QueryOperations
Conditional or.
or(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Conditional or.
orderBy(String, QueryOrder) - Method in class com.microsoft.services.sharepoint.Query
Adds a new order by statement

P

parameter(String, String) - Method in class com.microsoft.services.sharepoint.Query
Adds a new user-defined parameter to the query
Platform - Class in com.microsoft.services.sharepoint
Platform specific classes and operations
Platform() - Constructor for class com.microsoft.services.sharepoint.Platform
 
prepareRequest(Request) - Method in interface com.microsoft.services.sharepoint.Credentials
Adds the credentials to the request
prepareRequest(Request) - Method in class com.microsoft.services.sharepoint.http.OAuthCredentials
 
prepareRequest(Request) - Method in class com.microsoft.services.sharepoint.OfficeClient
Prepare request.

Q

Query - Class in com.microsoft.services.sharepoint
Class that represents a query
Query() - Constructor for class com.microsoft.services.sharepoint.Query
Creates an empty Query
query(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Creates Query with an existing query as its only internal value
queryEncode(String) - Method in class com.microsoft.services.sharepoint.OfficeClient
Query encode.
QueryOperations - Class in com.microsoft.services.sharepoint
Class used to create query operations
QueryOperations() - Constructor for class com.microsoft.services.sharepoint.QueryOperations
 
QueryOrder - Enum in com.microsoft.services.sharepoint
Sort order values

R

readAllBytes() - Method in interface com.microsoft.services.sharepoint.http.Response
Reads the response stream to the end and returns the response bytes
readAllBytes() - Method in class com.microsoft.services.sharepoint.http.StreamResponse
 
readLine() - Method in interface com.microsoft.services.sharepoint.http.Response
Reads one line from the response stream
readLine() - Method in class com.microsoft.services.sharepoint.http.StreamResponse
 
readToEnd() - Method in interface com.microsoft.services.sharepoint.http.Response
Reads the response stream to the end and returns its value as a String
readToEnd() - Method in class com.microsoft.services.sharepoint.http.StreamResponse
 
removeHeader(String) - Method in class com.microsoft.services.sharepoint.http.Request
Removes a header
replace(Query, Query, Query) - Method in class com.microsoft.services.sharepoint.Query
Finds the second string parameter in the first parameter string value and replaces it with the third parameter value.
replace(String, String, String) - Method in class com.microsoft.services.sharepoint.Query
Finds the second string parameter in the first parameter string value and replaces it with the third parameter value.
replace(Query, Query, Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Finds the second string parameter in the first parameter string value and replaces it with the third parameter value.
replace(String, String, String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Finds the second string parameter in the first parameter string value and replaces it with the third parameter value.
Request - Class in com.microsoft.services.sharepoint.http
Represents an HTTP Request
Request(String) - Constructor for class com.microsoft.services.sharepoint.http.Request
Initializes a request with an HTTP verb
Response - Interface in com.microsoft.services.sharepoint.http
Represents an HTTP Response
round(Query) - Method in class com.microsoft.services.sharepoint.Query
The nearest integral value to the parameter value.
round(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
The nearest integral value to the parameter value.

S

second(Query) - Method in class com.microsoft.services.sharepoint.Query
The second component value of the parameter value.
second(String) - Method in class com.microsoft.services.sharepoint.Query
The second component value of the parameter value.
second(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
The second component value of the parameter value.
second(String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
The second component value of the parameter value.
select(String...) - Method in class com.microsoft.services.sharepoint.Query
Specifies the fields to retrieve
setContent(String) - Method in class com.microsoft.services.sharepoint.http.Request
Sets the request content
setContent(byte[]) - Method in class com.microsoft.services.sharepoint.http.Request
Sets the request content
setData(String, Object) - Method in class com.microsoft.services.sharepoint.FileSystemItem
 
setData(String, Object) - Method in class com.microsoft.services.sharepoint.SPListItem
Adds data to the item.
setFormContent(String, String) - Method in class com.microsoft.services.sharepoint.http.Request
Sets the request content with a single name-value pair, using form encoding
setFormContent(List<Map.Entry<String, String>>) - Method in class com.microsoft.services.sharepoint.http.Request
Sets the request content with several name-value pairs, using form encoding
setHeaders(Map<String, String>) - Method in class com.microsoft.services.sharepoint.http.Request
Sets the request headers
setQueryText(String) - Method in class com.microsoft.services.sharepoint.Query
Sets the main text of the query
setUrl(String) - Method in class com.microsoft.services.sharepoint.http.Request
Sets the request URL
setValue(V) - Method in class com.microsoft.services.sharepoint.SimpleEntry
 
setVerb(String) - Method in class com.microsoft.services.sharepoint.http.Request
Sets the request HTTP verb
SharePointClient - Class in com.microsoft.services.sharepoint
 
SharePointClient(String, String, Credentials) - Constructor for class com.microsoft.services.sharepoint.SharePointClient
 
SharePointClient(String, String, Credentials, Logger) - Constructor for class com.microsoft.services.sharepoint.SharePointClient
 
SimpleEntry<K,V> - Class in com.microsoft.services.sharepoint
Simple Entry implementation
SimpleEntry(K, V) - Constructor for class com.microsoft.services.sharepoint.SimpleEntry
Initializes the SimpleEntry
skip(int) - Method in class com.microsoft.services.sharepoint.Query
Sets the number of records to skip over a given number of elements in a sequence and then return the remainder.
SPFieldUrlValue - Class in com.microsoft.services.sharepoint
 
SPFieldUrlValue() - Constructor for class com.microsoft.services.sharepoint.SPFieldUrlValue
 
SPList - Class in com.microsoft.services.sharepoint
The Class SPList.
SPList() - Constructor for class com.microsoft.services.sharepoint.SPList
Instantiates a new SP list.
SPListField - Class in com.microsoft.services.sharepoint
The Class SPListField.
SPListField() - Constructor for class com.microsoft.services.sharepoint.SPListField
Instantiates a new SP list field.
SPListItem - Class in com.microsoft.services.sharepoint
The Class SPListItem.
SPListItem() - Constructor for class com.microsoft.services.sharepoint.SPListItem
Instantiates a new SP list item.
startsWith(Query, Query) - Method in class com.microsoft.services.sharepoint.Query
Whether the beginning of the first parameter values matches the second parameter value.
startsWith(String, String) - Method in class com.microsoft.services.sharepoint.Query
Whether the beginning of the first parameter values matches the second parameter value.
startsWith(Query, Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Whether the beginning of the first parameter values matches the second parameter value.
startsWith(String, String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Whether the beginning of the first parameter values matches the second parameter value.
StreamResponse - Class in com.microsoft.services.sharepoint.http
Response implementation based on an InputStream
StreamResponse(InputStream, int, Map<String, List<String>>) - Constructor for class com.microsoft.services.sharepoint.http.StreamResponse
Initializes the StreamResponse
sub() - Method in class com.microsoft.services.sharepoint.Query
Subtract operator.
sub(Query) - Method in class com.microsoft.services.sharepoint.Query
Subtract operator.
sub(Number) - Method in class com.microsoft.services.sharepoint.Query
Subtract operator.
sub() - Static method in class com.microsoft.services.sharepoint.QueryOperations
Subtract operator.
sub(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Subtract operator.
sub(Number) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Subtract operator.
subString(Query, Query) - Method in class com.microsoft.services.sharepoint.Query
String value starting at the character index specified by the second parameter value in the first parameter string value.
subString(String, int) - Method in class com.microsoft.services.sharepoint.Query
String value starting at the character index specified by the second parameter value in the first parameter string value.
subString(Query, Query, Query) - Method in class com.microsoft.services.sharepoint.Query
String value starting at the character index specified by the second parameter value in the first parameter string value.
subString(String, int, int) - Method in class com.microsoft.services.sharepoint.Query
String value starting at the character index specified by the second parameter value in the first parameter string value.
subString(Query, Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
String value starting at the character index specified by the second parameter value in the first parameter string value.
subString(String, int) - Static method in class com.microsoft.services.sharepoint.QueryOperations
String value starting at the character index specified by the second parameter value in the first parameter string value.
subString(Query, Query, Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
String value starting at the character index specified by the second parameter value in the first parameter string value.
subString(String, int, int) - Static method in class com.microsoft.services.sharepoint.QueryOperations
String value starting at the character index specified by the second parameter value in the first parameter string value.
subStringOf(Query, Query) - Method in class com.microsoft.services.sharepoint.Query
Whether the first parameter string value occurs in the second parameter string value.
subStringOf(String, String) - Method in class com.microsoft.services.sharepoint.Query
Whether the string parameter occurs in the field
subStringOf(Query, Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Whether the first parameter string value occurs in the second parameter string value.
subStringOf(String, String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Whether the string parameter occurs in the field

T

toLower(Query) - Method in class com.microsoft.services.sharepoint.Query
String value with the contents of the parameter value converted to lower case.
toLower(String) - Method in class com.microsoft.services.sharepoint.Query
String value with the contents of the parameter value converted to lower case.
toLower(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
String value with the contents of the parameter value converted to lower case.
toLower(String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
String value with the contents of the parameter value converted to lower case.
top(int) - Method in class com.microsoft.services.sharepoint.Query
Sets the number of records to return
toString() - Method in class com.microsoft.services.sharepoint.OfficeEntity
 
toString() - Method in class com.microsoft.services.sharepoint.Query
Returns the string representation of the query
toUpper(Query) - Method in class com.microsoft.services.sharepoint.Query
String value with the contents of the parameter value converted to upper case.
toUpper(String) - Method in class com.microsoft.services.sharepoint.Query
String value with the contents of the parameter value converted to upper case.
toUpper(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
String value with the contents of the parameter value converted to upper case
toUpper(String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
String value with the contents of the parameter value converted to upper case
trim(Query) - Method in class com.microsoft.services.sharepoint.Query
String value with the contents of the parameter value with all leading and trailing white-space characters removed.
trim(String) - Method in class com.microsoft.services.sharepoint.Query
String value with the contents of the parameter value with all leading and trailing white-space characters removed.
trim(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
String value with the contents of the parameter value with all leading and trailing white-space characters removed.
trim(String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
String value with the contents of the parameter value with all leading and trailing white-space characters removed.

U

updateListItem(SPListItem, SPList) - Method in class com.microsoft.services.sharepoint.ListClient
Update list item.
urlEncode(String) - Method in class com.microsoft.services.sharepoint.OfficeClient
Url encode.
UTF8 - Static variable in class com.microsoft.services.sharepoint.Constants
UTF-8 Charset instance
UTF8_NAME - Static variable in class com.microsoft.services.sharepoint.Constants
UTF-8 Encoding name
UUIDtoString(UUID) - Method in class com.microsoft.services.sharepoint.OfficeClient
UUI dto string.

V

val(Number) - Method in class com.microsoft.services.sharepoint.Query
Specifies a numeric value
val(boolean) - Method in class com.microsoft.services.sharepoint.Query
Val query.
val(String) - Method in class com.microsoft.services.sharepoint.Query
Val query.
val(Number) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Creates a Query representing a numeric value
val(boolean) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Creates a Query representing a boolean value
val(String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
Creates a Query representing a string value
valueOf(String) - Static method in enum com.microsoft.services.sharepoint.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.services.sharepoint.QueryOrder
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.services.sharepoint.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.services.sharepoint.QueryOrder
Returns an array containing the constants of this enum type, in the order they are declared.

Y

year(Query) - Method in class com.microsoft.services.sharepoint.Query
The year component value of the parameter value.
year(String) - Method in class com.microsoft.services.sharepoint.Query
The year component value of the parameter value.
year(Query) - Static method in class com.microsoft.services.sharepoint.QueryOperations
The year component value of the parameter value.
year(String) - Static method in class com.microsoft.services.sharepoint.QueryOperations
The year component value of the parameter value.
A C D E F G H I J L M N O P Q R S T U V Y