Skip navigation links
A B C D E F G H I J L M N P R S T U V 

S

select(long, String) - Method in class com.cybozu.kintone.database.Connection
Selects the records from kintone using a query string.
select(long, String, String[]) - Method in class com.cybozu.kintone.database.Connection
Selects the records from kintone using a query string.
selectWithTotalCount(long, String) - Method in class com.cybozu.kintone.database.Connection
Selects the records and total count from kintone using a query string.
selectWithTotalCount(long, String, String[]) - Method in class com.cybozu.kintone.database.Connection
Selects the records and total count from kintone using a query string.
setBasicAuth(String, String) - Method in class com.cybozu.kintone.database.Connection
Sets an basic authentication password.
setClientCert(String, String) - Method in class com.cybozu.kintone.database.Connection
Sets the client certificate authentication.
setCode(String) - Method in class com.cybozu.kintone.database.ErrorResponse
 
setCode(String) - Method in class com.cybozu.kintone.database.MentionDto
 
setCode(String) - Method in class com.cybozu.kintone.database.UserDto
 
setContentType(String) - Method in class com.cybozu.kintone.database.FileDto
 
setDate(String, Date) - Method in class com.cybozu.kintone.database.Record
Adds a new field and sets the date value.
setDateTime(String, Date) - Method in class com.cybozu.kintone.database.Record
Adds a new field and sets the date time value.
setFieldType(FieldType) - Method in class com.cybozu.kintone.database.Field
Sets the field type.
setFile(String, File) - Method in class com.cybozu.kintone.database.Record
Adds a new field and sets the file object.
setFile(String, File, String) - Method in class com.cybozu.kintone.database.Record
Adds a new field and sets the file object.
setFile(String, InputStream, String) - Method in class com.cybozu.kintone.database.Record
Adds a new field and sets the file stream.
setFile(String, InputStream, String, String) - Method in class com.cybozu.kintone.database.Record
Adds a new field and sets the file stream.
setFileKey(String) - Method in class com.cybozu.kintone.database.FileDto
 
setFiles(String, List<String>) - Method in class com.cybozu.kintone.database.Record
Adds a new field and sets the file keys.
setGuestSpaceId(long) - Method in class com.cybozu.kintone.database.Connection
 
setId(String) - Method in class com.cybozu.kintone.database.ErrorResponse
 
setId(long) - Method in class com.cybozu.kintone.database.Record
Sets the record id.
setLazyUploader(LazyUploader) - Method in class com.cybozu.kintone.database.Field
Sets the lazy uploader.
setLong(String, long) - Method in class com.cybozu.kintone.database.Record
Adds a new field and sets the long value.
setMessage(String) - Method in class com.cybozu.kintone.database.ErrorResponse
 
setName(String) - Method in class com.cybozu.kintone.database.Field
Sets the field name.
setName(String) - Method in class com.cybozu.kintone.database.FileDto
 
setName(String) - Method in class com.cybozu.kintone.database.UserDto
 
setNewer(boolean) - Method in class com.cybozu.kintone.database.CommentSet
 
setOlder(boolean) - Method in class com.cybozu.kintone.database.CommentSet
 
setProxy(String, int) - Method in class com.cybozu.kintone.database.Connection
Sets the proxy host.
setRevision(long) - Method in class com.cybozu.kintone.database.Record
Sets the revision number.
setSize(long) - Method in class com.cybozu.kintone.database.FileDto
 
setString(String, String) - Method in class com.cybozu.kintone.database.Record
Adds a new field and sets the string value.
setStrings(String, List<String>) - Method in class com.cybozu.kintone.database.Record
Adds a new field and sets the string list.
setSubtable(String, List<Record>) - Method in class com.cybozu.kintone.database.Record
Adds a new field and sets the sub table.
setTotalCount(long) - Method in class com.cybozu.kintone.database.ResultSet
Sets total count
setTrustAllHosts(boolean) - Method in class com.cybozu.kintone.database.Connection
Sets to trust all hosts without verifying (for debug).
setType(String) - Method in class com.cybozu.kintone.database.MentionDto
 
setUrl(String) - Method in class com.cybozu.kintone.database.FileDto
 
setUser(String, String) - Method in class com.cybozu.kintone.database.Record
Adds a new field and sets the user object.
setUsers(String, List<String>) - Method in class com.cybozu.kintone.database.Record
Adds a new field and sets the user object.
setValue(Object) - Method in class com.cybozu.kintone.database.Field
Sets the field value.
size() - Method in class com.cybozu.kintone.database.CommentSet
Gets the count of the comment set.
size() - Method in class com.cybozu.kintone.database.ResultSet
Gets the count of the record set.
A B C D E F G H I J L M N P R S T U V 
Skip navigation links