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

A

AbstractThing - Class in com.kii.thingif
 
AbstractThing(String, String) - Constructor for class com.kii.thingif.AbstractThing
 
AbstractThing(Parcel) - Constructor for class com.kii.thingif.AbstractThing
 
Action - Class in com.kii.thingif.command
Represents base cass of Action.
Action() - Constructor for class com.kii.thingif.command.Action
 
ActionResult - Class in com.kii.thingif.command
Represents base cass of ActionResult.
ActionResult() - Constructor for class com.kii.thingif.command.ActionResult
 
addActionClass(Class<? extends Action>, Class<? extends ActionResult>) - Method in class com.kii.thingif.schema.SchemaBuilder
Add action class to the schema
addActionResult(ActionResult) - Method in class com.kii.thingif.command.Command
 
addClause(Clause) - Method in class com.kii.thingif.trigger.clause.ContainerClause
 
addSchema(Schema) - Method in class com.kii.thingif.ThingIFAPIBuilder
Add Schema to the ThingIFAPI.
And - Class in com.kii.thingif.trigger.clause
 
And(Clause...) - Constructor for class com.kii.thingif.trigger.clause.And
 
And(Parcel) - Constructor for class com.kii.thingif.trigger.clause.And
 

B

BadRequestException - Exception in com.kii.thingif.exception
Exception indicating that a request cannot be processed by the server.
BadRequestException(String, JSONObject) - Constructor for exception com.kii.thingif.exception.BadRequestException
 
body - Variable in exception com.kii.thingif.exception.ThingIFRestException
 
build() - Method in class com.kii.thingif.gateway.GatewayAPIBuilder
Instantiate new GatewayAPI instance.
build() - Method in class com.kii.thingif.KiiApp.Builder
Build KiiApp instance.
build() - Method in class com.kii.thingif.OnboardEndnodeWithGatewayOptions.Builder
build option object.
build() - Method in class com.kii.thingif.OnboardWithThingIDOptions.Builder
build option object.
build() - Method in class com.kii.thingif.OnboardWithVendorThingIDOptions.Builder
build option object.
build() - Method in class com.kii.thingif.schema.SchemaBuilder
Build schema object.
build() - Method in class com.kii.thingif.ThingIFAPIBuilder
Instantiate new ThingIFAPI instance.
build() - Method in class com.kii.thingif.trigger.TriggeredCommandForm.Builder
Build TriggeredCommandForm instance.
build() - Method in class com.kii.thingif.trigger.TriggerOptions.Builder
Build TriggerOptions instance.
Builder() - Constructor for class com.kii.thingif.OnboardEndnodeWithGatewayOptions.Builder
 
Builder() - Constructor for class com.kii.thingif.OnboardWithThingIDOptions.Builder
 
Builder() - Constructor for class com.kii.thingif.OnboardWithVendorThingIDOptions.Builder
 
builderWithHostName(String, String, String) - Static method in class com.kii.thingif.KiiApp.Builder
Build with host name

C

Clause - Class in com.kii.thingif.trigger.clause
 
Clause() - Constructor for class com.kii.thingif.trigger.clause.Clause
 
clauses - Variable in class com.kii.thingif.trigger.clause.ContainerClause
 
com.kii.thingif - package com.kii.thingif
 
com.kii.thingif.command - package com.kii.thingif.command
 
com.kii.thingif.exception - package com.kii.thingif.exception
 
com.kii.thingif.gateway - package com.kii.thingif.gateway
 
com.kii.thingif.schema - package com.kii.thingif.schema
 
com.kii.thingif.trigger - package com.kii.thingif.trigger
 
com.kii.thingif.trigger.clause - package com.kii.thingif.trigger.clause
 
Command - Class in com.kii.thingif.command
Represents a command that is executed by the thing
Command(String, int, TypedID, TypedID, List<Action>) - Constructor for class com.kii.thingif.command.Command
 
Command(String, int, TypedID, List<Action>) - Constructor for class com.kii.thingif.command.Command
 
Command(Parcel) - Constructor for class com.kii.thingif.command.Command
 
CommandForm - Class in com.kii.thingif.command
Form of a command.
CommandForm(String, int, List<Action>) - Constructor for class com.kii.thingif.command.CommandForm
Constructs a CommandForm instance.
CommandState - Enum in com.kii.thingif.command
Represents a status of command.
Condition - Class in com.kii.thingif.trigger
 
Condition(Clause) - Constructor for class com.kii.thingif.trigger.Condition
 
Condition(Parcel) - Constructor for class com.kii.thingif.trigger.Condition
 
ConflictException - Exception in com.kii.thingif.exception
Exception indicating that the request could not be processed because of conflict in the request.
ConflictException(String, JSONObject) - Constructor for exception com.kii.thingif.exception.ConflictException
 
ContainerClause - Class in com.kii.thingif.trigger.clause
 
ContainerClause(Clause...) - Constructor for class com.kii.thingif.trigger.clause.ContainerClause
 
copyWithTarget(Target, String) - Method in class com.kii.thingif.ThingIFAPI
Create the clone instance that has specified target and tag.
CREATOR - Static variable in class com.kii.thingif.command.Command
 
CREATOR - Static variable in class com.kii.thingif.command.CommandForm
 
CREATOR - Static variable in class com.kii.thingif.gateway.EndNode
 
CREATOR - Static variable in class com.kii.thingif.gateway.Gateway
 
CREATOR - Static variable in class com.kii.thingif.gateway.GatewayAPI
 
CREATOR - Static variable in class com.kii.thingif.gateway.PendingEndNode
 
CREATOR - Static variable in class com.kii.thingif.KiiApp
 
CREATOR - Static variable in class com.kii.thingif.Owner
 
CREATOR - Static variable in class com.kii.thingif.schema.Schema
 
CREATOR - Static variable in class com.kii.thingif.ServerError
 
CREATOR - Static variable in class com.kii.thingif.StandaloneThing
 
CREATOR - Static variable in class com.kii.thingif.ThingIFAPI
 
CREATOR - Static variable in class com.kii.thingif.trigger.clause.And
 
CREATOR - Static variable in class com.kii.thingif.trigger.clause.Equals
 
CREATOR - Static variable in class com.kii.thingif.trigger.clause.NotEquals
 
CREATOR - Static variable in class com.kii.thingif.trigger.clause.Or
 
CREATOR - Static variable in class com.kii.thingif.trigger.clause.Range
 
CREATOR - Static variable in class com.kii.thingif.trigger.Condition
 
CREATOR - Static variable in class com.kii.thingif.trigger.ScheduleOncePredicate
 
CREATOR - Static variable in class com.kii.thingif.trigger.SchedulePredicate
 
CREATOR - Static variable in class com.kii.thingif.trigger.ServerCode
 
CREATOR - Static variable in class com.kii.thingif.trigger.StatePredicate
 
CREATOR - Static variable in class com.kii.thingif.trigger.Trigger
 
CREATOR - Static variable in class com.kii.thingif.trigger.TriggeredCommandForm
 
CREATOR - Static variable in class com.kii.thingif.trigger.TriggeredServerCodeResult
 
CREATOR - Static variable in class com.kii.thingif.trigger.TriggerOptions
 
CREATOR - Static variable in class com.kii.thingif.TypedID
 

D

DataGroupingInterval - Enum in com.kii.thingif
 
deleteTrigger(String) - Method in class com.kii.thingif.ThingIFAPI
Delete the specified Trigger.
describeContents() - Method in class com.kii.thingif.AbstractThing
 
describeContents() - Method in class com.kii.thingif.command.Command
 
describeContents() - Method in class com.kii.thingif.command.CommandForm
 
describeContents() - Method in class com.kii.thingif.gateway.GatewayAPI
 
describeContents() - Method in class com.kii.thingif.gateway.PendingEndNode
 
describeContents() - Method in class com.kii.thingif.KiiApp
 
describeContents() - Method in class com.kii.thingif.Owner
 
describeContents() - Method in class com.kii.thingif.schema.Schema
 
describeContents() - Method in class com.kii.thingif.ServerError
 
describeContents() - Method in class com.kii.thingif.ThingIFAPI
 
describeContents() - Method in class com.kii.thingif.trigger.clause.And
 
describeContents() - Method in class com.kii.thingif.trigger.clause.Equals
 
describeContents() - Method in class com.kii.thingif.trigger.clause.NotEquals
 
describeContents() - Method in class com.kii.thingif.trigger.clause.Or
 
describeContents() - Method in class com.kii.thingif.trigger.clause.Range
 
describeContents() - Method in class com.kii.thingif.trigger.Condition
 
describeContents() - Method in class com.kii.thingif.trigger.ScheduleOncePredicate
 
describeContents() - Method in class com.kii.thingif.trigger.SchedulePredicate
 
describeContents() - Method in class com.kii.thingif.trigger.ServerCode
 
describeContents() - Method in class com.kii.thingif.trigger.StatePredicate
 
describeContents() - Method in class com.kii.thingif.trigger.Trigger
 
describeContents() - Method in class com.kii.thingif.trigger.TriggeredCommandForm
 
describeContents() - Method in class com.kii.thingif.trigger.TriggeredServerCodeResult
 
describeContents() - Method in class com.kii.thingif.trigger.TriggerOptions
 
describeContents() - Method in class com.kii.thingif.TypedID
 
disabled() - Method in class com.kii.thingif.trigger.Trigger
Indicate whether the Trigger is disabled.

E

enableTrigger(String, boolean) - Method in class com.kii.thingif.ThingIFAPI
Enable/Disable registered Trigger If its already enabled(/disabled), this method won't throw Exception and behave as succeeded.
EndNode - Class in com.kii.thingif.gateway
 
EndNode(String, String, String) - Constructor for class com.kii.thingif.gateway.EndNode
 
EndNode(Parcel) - Constructor for class com.kii.thingif.gateway.EndNode
 
equals(Object) - Method in class com.kii.thingif.trigger.clause.And
 
Equals - Class in com.kii.thingif.trigger.clause
 
Equals(String, String) - Constructor for class com.kii.thingif.trigger.clause.Equals
 
Equals(String, long) - Constructor for class com.kii.thingif.trigger.clause.Equals
 
Equals(String, boolean) - Constructor for class com.kii.thingif.trigger.clause.Equals
 
Equals(Parcel) - Constructor for class com.kii.thingif.trigger.clause.Equals
 
equals(Object) - Method in class com.kii.thingif.trigger.clause.Equals
 
equals(Object) - Method in class com.kii.thingif.trigger.clause.NotEquals
 
equals(Object) - Method in class com.kii.thingif.trigger.clause.Or
 
equals(Object) - Method in class com.kii.thingif.trigger.clause.Range
 
equals(Object) - Method in class com.kii.thingif.TypedID
 
errorMessage - Variable in class com.kii.thingif.command.ActionResult
 
EventSource - Enum in com.kii.thingif.trigger
 

F

ForbiddenException - Exception in com.kii.thingif.exception
Exception indicating that an access to a resource requested by a SDK has been forbidden by the server.
ForbiddenException(String, JSONObject) - Constructor for exception com.kii.thingif.exception.ForbiddenException
 
fromString(String) - Static method in class com.kii.thingif.TypedID
 
fromString(String) - Static method in enum com.kii.thingif.TypedID.Types
 
fromValue(String) - Static method in enum com.kii.thingif.trigger.EventSource
 

G

Gateway - Class in com.kii.thingif.gateway
 
Gateway(String, String) - Constructor for class com.kii.thingif.gateway.Gateway
 
Gateway(Parcel) - Constructor for class com.kii.thingif.gateway.Gateway
 
GatewayAPI - Class in com.kii.thingif.gateway
 
GatewayAPI(Parcel) - Constructor for class com.kii.thingif.gateway.GatewayAPI
 
GatewayAPIBuilder - Class in com.kii.thingif.gateway
 
GatewayInformation - Class in com.kii.thingif.gateway
 
GatewayTimeoutException - Exception in com.kii.thingif.exception
Exception indicating the server was acting as a gateway or proxy and did not receive a timely response from the upstream server.
GatewayTimeoutException(String, JSONObject) - Constructor for exception com.kii.thingif.exception.GatewayTimeoutException
 
getAccessToken() - Method in class com.kii.thingif.gateway.EndNode
 
getAccessToken() - Method in class com.kii.thingif.gateway.Gateway
 
getAccessToken() - Method in class com.kii.thingif.gateway.GatewayAPI
Get Access Token
getAccessToken() - Method in class com.kii.thingif.Owner
 
getAccessToken() - Method in class com.kii.thingif.StandaloneThing
 
getAccessToken() - Method in interface com.kii.thingif.Target
 
getActionClass(String) - Method in class com.kii.thingif.schema.Schema
 
getActionClasses() - Method in class com.kii.thingif.schema.Schema
 
getActionName() - Method in class com.kii.thingif.command.Action
 
getActionName() - Method in class com.kii.thingif.command.ActionResult
 
getActionResult(Action) - Method in class com.kii.thingif.command.Command
Get a action result associated with specified action
getActionResultClass(String) - Method in class com.kii.thingif.schema.Schema
 
getActionResultClasses() - Method in class com.kii.thingif.schema.Schema
 
getActionResults() - Method in class com.kii.thingif.command.Command
Get list of action result
getActions() - Method in class com.kii.thingif.command.Command
Get list of actions
getActions() - Method in class com.kii.thingif.command.CommandForm
Getter of actions.
getActions() - Method in class com.kii.thingif.trigger.TriggeredCommandForm.Builder
Getter of actions.
getActions() - Method in class com.kii.thingif.trigger.TriggeredCommandForm
Getter of actions.
getApp() - Method in class com.kii.thingif.gateway.GatewayAPI
Get Kii App
getApp() - Method in class com.kii.thingif.ThingIFAPI
Get Kii App
getAppID() - Method in class com.kii.thingif.gateway.GatewayAPI
Get AppID
getAppID() - Method in class com.kii.thingif.KiiApp
 
getAppID() - Method in class com.kii.thingif.ThingIFAPI
Get AppID
getAppKey() - Method in class com.kii.thingif.gateway.GatewayAPI
Get AppKey
getAppKey() - Method in class com.kii.thingif.KiiApp
 
getAppKey() - Method in class com.kii.thingif.ThingIFAPI
Get AppKey
getBaseUrl() - Method in class com.kii.thingif.KiiApp
 
getBaseUrl() - Method in enum com.kii.thingif.Site
 
getBaseUrl() - Method in class com.kii.thingif.ThingIFAPI
Get base URL
getClause() - Method in class com.kii.thingif.trigger.Condition
 
getClauses() - Method in class com.kii.thingif.trigger.clause.ContainerClause
 
getCommand(String) - Method in class com.kii.thingif.ThingIFAPI
Get specified command.
getCommand() - Method in class com.kii.thingif.trigger.Trigger
Get Command bounds to the Trigger.
getCommandID() - Method in class com.kii.thingif.command.Command
Get ID of the command.
getCommandState() - Method in class com.kii.thingif.command.Command
Get status of command
getCondition() - Method in class com.kii.thingif.trigger.StatePredicate
 
getCreated() - Method in class com.kii.thingif.command.Command
Get creation time
getDataGroupingInterval() - Method in class com.kii.thingif.OnboardEndnodeWithGatewayOptions.Builder
get data grouping interval.
getDataGroupingInterval() - Method in class com.kii.thingif.OnboardEndnodeWithGatewayOptions
 
getDataGroupingInterval() - Method in class com.kii.thingif.OnboardWithThingIDOptions.Builder
get data grouping interval.
getDataGroupingInterval() - Method in class com.kii.thingif.OnboardWithThingIDOptions
 
getDataGroupingInterval() - Method in class com.kii.thingif.OnboardWithVendorThingIDOptions.Builder
get data grouping interval.
getDataGroupingInterval() - Method in class com.kii.thingif.OnboardWithVendorThingIDOptions
 
getDescription() - Method in class com.kii.thingif.command.Command
Get description.
getDescription() - Method in class com.kii.thingif.command.CommandForm
Getter of description.
getDescription() - Method in class com.kii.thingif.trigger.Trigger
Get description.
getDescription() - Method in class com.kii.thingif.trigger.TriggeredCommandForm.Builder
Getter of description.
getDescription() - Method in class com.kii.thingif.trigger.TriggeredCommandForm
Getter of description.
getDescription() - Method in class com.kii.thingif.trigger.TriggerOptions.Builder
Getter of description.
getDescription() - Method in class com.kii.thingif.trigger.TriggerOptions
Getter of description.
getDetailMessage() - Method in class com.kii.thingif.ServerError
Gets the detail message
getDisabledReason() - Method in class com.kii.thingif.trigger.Trigger
Get the reason of the Trigger has been disabled.
getEndpoint() - Method in class com.kii.thingif.trigger.ServerCode
 
getEndpoint() - Method in class com.kii.thingif.trigger.TriggeredServerCodeResult
 
getEquals() - Method in class com.kii.thingif.trigger.clause.NotEquals
 
getError() - Method in class com.kii.thingif.trigger.TriggeredServerCodeResult
 
getErrorCode() - Method in exception com.kii.thingif.exception.ThingIFRestException
 
getErrorCode() - Method in class com.kii.thingif.ServerError
Gets the error code
getErrorMessage() - Method in class com.kii.thingif.command.ActionResult
 
getErrorMessage() - Method in class com.kii.thingif.ServerError
Gets the error message
getEventSource() - Method in class com.kii.thingif.trigger.Predicate
 
getEventSource() - Method in class com.kii.thingif.trigger.ScheduleOncePredicate
 
getEventSource() - Method in class com.kii.thingif.trigger.SchedulePredicate
 
getEventSource() - Method in class com.kii.thingif.trigger.StatePredicate
 
getExecutedAt() - Method in class com.kii.thingif.trigger.TriggeredServerCodeResult
 
getExecutorAccessToken() - Method in class com.kii.thingif.trigger.ServerCode
 
getField() - Method in class com.kii.thingif.trigger.clause.Equals
 
getField() - Method in class com.kii.thingif.trigger.clause.Range
 
getFiredByTriggerID() - Method in class com.kii.thingif.command.Command
Get ID of trigger which fired this command
getFirmwareVersion() - Method in class com.kii.thingif.OnboardWithVendorThingIDOptions.Builder
get firmware version.
getFirmwareVersion() - Method in class com.kii.thingif.OnboardWithVendorThingIDOptions
 
getGatewayAddress() - Method in class com.kii.thingif.gateway.GatewayAPI
Get GatewayAddress
getGatewayID() - Method in class com.kii.thingif.gateway.GatewayAPI
Get Gateway ID
getGatewayInformation() - Method in class com.kii.thingif.gateway.GatewayAPI
Get information of the Gateway.
getHostName() - Method in class com.kii.thingif.KiiApp
 
getHostName() - Method in enum com.kii.thingif.Site
 
getID() - Method in class com.kii.thingif.TypedID
 
getInstallationID() - Method in class com.kii.thingif.ThingIFAPI
Get installationID if the push is already installed.
getInterval() - Method in enum com.kii.thingif.DataGroupingInterval
 
getIssuerID() - Method in class com.kii.thingif.command.Command
Get ID of the issuer user.
getLayoutPosition() - Method in class com.kii.thingif.OnboardWithThingIDOptions.Builder
get layout position.
getLayoutPosition() - Method in class com.kii.thingif.OnboardWithThingIDOptions
 
getLayoutPosition() - Method in class com.kii.thingif.OnboardWithVendorThingIDOptions.Builder
get layout position.
getLayoutPosition() - Method in class com.kii.thingif.OnboardWithVendorThingIDOptions
 
getLowerIncluded() - Method in class com.kii.thingif.trigger.clause.Range
 
getLowerLimit() - Method in class com.kii.thingif.trigger.clause.Range
 
getMessage() - Method in exception com.kii.thingif.exception.ThingIFRestException
 
getMetadata() - Method in class com.kii.thingif.command.Command
Get meta data
getMetadata() - Method in class com.kii.thingif.command.CommandForm
Getter of meta data.
getMetadata() - Method in class com.kii.thingif.trigger.Trigger
Get meta data
getMetadata() - Method in class com.kii.thingif.trigger.TriggeredCommandForm.Builder
Getter of meta data.
getMetadata() - Method in class com.kii.thingif.trigger.TriggeredCommandForm
Getter of meta data.
getMetadata() - Method in class com.kii.thingif.trigger.TriggerOptions.Builder
Getter of meta data.
getMetadata() - Method in class com.kii.thingif.trigger.TriggerOptions
Getter of meta data.
getModified() - Method in class com.kii.thingif.command.Command
Get modification time
getOwner() - Method in class com.kii.thingif.ThingIFAPI
Get owner who uses the ThingIFAPI.
getParameters() - Method in class com.kii.thingif.trigger.ServerCode
 
getPredicate() - Method in class com.kii.thingif.trigger.Trigger
Get Predicate of the Trigger.
getReturnedValue() - Method in class com.kii.thingif.trigger.TriggeredServerCodeResult
 
getReturnedValueAsBoolean() - Method in class com.kii.thingif.trigger.TriggeredServerCodeResult
 
getReturnedValueAsDouble() - Method in class com.kii.thingif.trigger.TriggeredServerCodeResult
 
getReturnedValueAsInteger() - Method in class com.kii.thingif.trigger.TriggeredServerCodeResult
 
getReturnedValueAsJsonArray() - Method in class com.kii.thingif.trigger.TriggeredServerCodeResult
 
getReturnedValueAsJsonObject() - Method in class com.kii.thingif.trigger.TriggeredServerCodeResult
 
getReturnedValueAsLong() - Method in class com.kii.thingif.trigger.TriggeredServerCodeResult
 
getReturnedValueAsNumber() - Method in class com.kii.thingif.trigger.TriggeredServerCodeResult
 
getReturnedValueAsString() - Method in class com.kii.thingif.trigger.TriggeredServerCodeResult
 
getSchedule() - Method in class com.kii.thingif.trigger.SchedulePredicate
 
getScheduleAt() - Method in class com.kii.thingif.trigger.ScheduleOncePredicate
 
getSchemaName() - Method in class com.kii.thingif.command.Command
Get name of the schema in which command is defined.
getSchemaName() - Method in class com.kii.thingif.command.CommandForm
Getter of schema name.
getSchemaName() - Method in class com.kii.thingif.schema.Schema
 
getSchemaName() - Method in class com.kii.thingif.trigger.TriggeredCommandForm.Builder
Getter of schema name.
getSchemaName() - Method in class com.kii.thingif.trigger.TriggeredCommandForm
Getter of schema name.
getSchemas() - Method in class com.kii.thingif.ThingIFAPI
Get list of schema.
getSchemaVersion() - Method in class com.kii.thingif.command.Command
Get version of the schema in which command is defined.
getSchemaVersion() - Method in class com.kii.thingif.command.CommandForm
Getter of schema version.
getSchemaVersion() - Method in class com.kii.thingif.schema.Schema
 
getSchemaVersion() - Method in class com.kii.thingif.trigger.TriggeredCommandForm.Builder
Getter of schema version.
getSchemaVersion() - Method in class com.kii.thingif.trigger.TriggeredCommandForm
Getter of schema version.
getSDKVersion() - Static method in class com.kii.thingif.ThingIFAPI
Get version of the SDK.
getServerCode() - Method in class com.kii.thingif.trigger.Trigger
Get Server Code bounds to the Trigger.
getSite() - Method in class com.kii.thingif.KiiApp
 
getSite(String) - Static method in enum com.kii.thingif.Site
 
getSiteName() - Method in class com.kii.thingif.KiiApp
 
getStateClass() - Method in class com.kii.thingif.schema.Schema
 
getStatusCode() - Method in exception com.kii.thingif.exception.ThingIFRestException
 
getTag() - Method in class com.kii.thingif.gateway.GatewayAPI
Get a tag.
getTag() - Method in class com.kii.thingif.ThingIFAPI
Get a tag.
getTarget() - Method in class com.kii.thingif.ThingIFAPI
Get target thing that is operated by the ThingIFAPI.
getTargetAppID() - Method in class com.kii.thingif.trigger.ServerCode
 
getTargetID() - Method in class com.kii.thingif.command.Command
Get ID of the target thing.
getTargetID() - Method in class com.kii.thingif.trigger.Trigger
Get Target ID of the Trigger.
getTargetID() - Method in class com.kii.thingif.trigger.TriggeredCommandForm.Builder
Getter of target thing ID.
getTargetID() - Method in class com.kii.thingif.trigger.TriggeredCommandForm
Getter of target thing ID.
getTargetState(Class<S>) - Method in class com.kii.thingif.ThingIFAPI
Get the State of specified Target.
getThingID() - Method in class com.kii.thingif.AbstractThing
 
getThingID() - Method in interface com.kii.thingif.TargetThing
 
getThingProperties() - Method in class com.kii.thingif.gateway.PendingEndNode
 
getThingProperties() - Method in class com.kii.thingif.OnboardWithVendorThingIDOptions.Builder
get thing properties.
getThingProperties() - Method in class com.kii.thingif.OnboardWithVendorThingIDOptions
 
getThingType() - Method in class com.kii.thingif.gateway.PendingEndNode
 
getThingType() - Method in class com.kii.thingif.OnboardWithVendorThingIDOptions.Builder
get thing type.
getThingType() - Method in class com.kii.thingif.OnboardWithVendorThingIDOptions
 
getThingType() - Method in class com.kii.thingif.schema.Schema
 
getTitle() - Method in class com.kii.thingif.command.Command
Get title.
getTitle() - Method in class com.kii.thingif.command.CommandForm
Getter of titile.
getTitle() - Method in class com.kii.thingif.trigger.Trigger
Get title.
getTitle() - Method in class com.kii.thingif.trigger.TriggeredCommandForm.Builder
Getter of titile.
getTitle() - Method in class com.kii.thingif.trigger.TriggeredCommandForm
Getter of titile.
getTitle() - Method in class com.kii.thingif.trigger.TriggerOptions.Builder
Getter of titile.
getTitle() - Method in class com.kii.thingif.trigger.TriggerOptions
Getter of titile.
getTrigger(String) - Method in class com.kii.thingif.ThingIFAPI
Get specified Trigger.
getTriggerID() - Method in class com.kii.thingif.trigger.Trigger
Get ID of the Trigger.
getTriggersWhat() - Method in class com.kii.thingif.trigger.Trigger
Get enum indicates whether the Command or Server Code is triggered.
getTriggersWhen() - Method in class com.kii.thingif.trigger.StatePredicate
 
getType() - Method in class com.kii.thingif.TypedID
 
getTypedID() - Method in class com.kii.thingif.AbstractThing
 
getTypedID() - Method in class com.kii.thingif.Owner
 
getTypedID() - Method in interface com.kii.thingif.Target
 
getUpperIncluded() - Method in class com.kii.thingif.trigger.clause.Range
 
getUpperLimit() - Method in class com.kii.thingif.trigger.clause.Range
 
getValue() - Method in class com.kii.thingif.trigger.clause.Equals
 
getValue() - Method in enum com.kii.thingif.trigger.EventSource
 
getValue() - Method in enum com.kii.thingif.TypedID.Types
 
getVendorThingID() - Method in class com.kii.thingif.AbstractThing
 
getVendorThingID() - Method in class com.kii.thingif.gateway.GatewayInformation
 
getVendorThingID() - Method in class com.kii.thingif.gateway.PendingEndNode
 
getVendorThingID() - Method in interface com.kii.thingif.TargetThing
 
getVendorThingID() - Method in class com.kii.thingif.ThingIFAPI
Get the Vendor Thing ID of specified Target.
greaterThan(String, Number) - Static method in class com.kii.thingif.trigger.clause.Range
 
greaterThanEquals(String, Number) - Static method in class com.kii.thingif.trigger.clause.Range
 

H

hasClause() - Method in class com.kii.thingif.trigger.clause.ContainerClause
 
hashCode() - Method in class com.kii.thingif.trigger.clause.And
 
hashCode() - Method in class com.kii.thingif.trigger.clause.Equals
 
hashCode() - Method in class com.kii.thingif.trigger.clause.NotEquals
 
hashCode() - Method in class com.kii.thingif.trigger.clause.Or
 
hashCode() - Method in class com.kii.thingif.trigger.clause.Range
 
hashCode() - Method in class com.kii.thingif.TypedID
 
hasReturnedValue() - Method in class com.kii.thingif.trigger.TriggeredServerCodeResult
 

I

installPush(String, PushBackend) - Method in class com.kii.thingif.ThingIFAPI
Install push notification to receive notification from IoT Cloud.
installPush(String, PushBackend, boolean) - Method in class com.kii.thingif.ThingIFAPI
Install push notification to receive notification from IoT Cloud.
InternalServerErrorException - Exception in com.kii.thingif.exception
Exception indicating an internal error occurred on the server.
InternalServerErrorException(String, JSONObject) - Constructor for exception com.kii.thingif.exception.InternalServerErrorException
 
isLoggedIn() - Method in class com.kii.thingif.gateway.GatewayAPI
Check If user is logged in to the Gateway.
isSucceeded() - Method in class com.kii.thingif.trigger.TriggeredServerCodeResult
 

K

KiiApp - Class in com.kii.thingif
Represents Application on Kii Cloud
KiiApp(String, String, Site) - Constructor for class com.kii.thingif.KiiApp
Instantiate Kii App with App Location.
KiiApp(Parcel) - Constructor for class com.kii.thingif.KiiApp
 
KiiApp.Builder - Class in com.kii.thingif
KiiApp Builder.

L

LayoutPosition - Enum in com.kii.thingif
 
lessThan(String, Number) - Static method in class com.kii.thingif.trigger.clause.Range
 
lessThanEquals(String, Number) - Static method in class com.kii.thingif.trigger.clause.Range
 
listCommands(int, String) - Method in class com.kii.thingif.ThingIFAPI
List Commands in the specified Target.
If the Schema of the Command included in the response does not matches with the Schema registered this ThingIfAPI instance, It won't be included in returned value.
listOnboardedEndNodes() - Method in class com.kii.thingif.gateway.GatewayAPI
List connected end nodes which has been onboarded.
listPendingEndNodes() - Method in class com.kii.thingif.gateway.GatewayAPI
List connected end nodes which has not been onboarded.
listTriggeredServerCodeResults(String, int, String) - Method in class com.kii.thingif.ThingIFAPI
Retrieves list of server code results that was executed by the specified trigger.
listTriggers(int, String) - Method in class com.kii.thingif.ThingIFAPI
List Triggers belongs to the specified Target.
If the Schema of the Trigger included in the response does not matches with the Schema registered this ThingIfAPI instance, It won't be included in returned value.
loadFromStoredInstance(Context) - Static method in class com.kii.thingif.gateway.GatewayAPI
Try to load the instance of GatewayAPI using stored serialized instance.
loadFromStoredInstance(Context, String) - Static method in class com.kii.thingif.gateway.GatewayAPI
Try to load the instance of GatewayAPI using stored serialized instance.
loadFromStoredInstance(Context) - Static method in class com.kii.thingif.ThingIFAPI
Try to load the instance of ThingIFAPI using stored serialized instance.
loadFromStoredInstance(Context, String) - Static method in class com.kii.thingif.ThingIFAPI
Try to load the instance of ThingIFAPI using stored serialized instance.
login(String, String) - Method in class com.kii.thingif.gateway.GatewayAPI
Login to the Gateway.

M

MEDIA_TYPE_INSTALLATION_CREATION_REQUEST - Static variable in class com.kii.thingif.MediaTypes
 
MEDIA_TYPE_JSON - Static variable in class com.kii.thingif.MediaTypes
 
MEDIA_TYPE_ONBOARDING_ENDNODE_WITH_GATEWAY_THING_ID_REQUEST - Static variable in class com.kii.thingif.MediaTypes
 
MEDIA_TYPE_ONBOARDING_ENDNODE_WITH_GATEWAY_VENDOR_THING_ID_REQUEST - Static variable in class com.kii.thingif.MediaTypes
 
MEDIA_TYPE_ONBOARDING_WITH_THING_ID_BY_OWNER_REQUEST - Static variable in class com.kii.thingif.MediaTypes
 
MEDIA_TYPE_ONBOARDING_WITH_VENDOR_THING_ID_BY_OWNER_REQUEST - Static variable in class com.kii.thingif.MediaTypes
 
MEDIA_TYPE_VENDOR_THING_ID_UPDATE_REQUEST - Static variable in class com.kii.thingif.MediaTypes
 
MediaTypes - Class in com.kii.thingif
 
MediaTypes() - Constructor for class com.kii.thingif.MediaTypes
 

N

newBuilder(Context, KiiApp, Uri) - Static method in class com.kii.thingif.gateway.GatewayAPIBuilder
Instantiate new GatewayAPIBuilder.
newBuilder(Context, KiiApp, Owner) - Static method in class com.kii.thingif.ThingIFAPIBuilder
Instantiate new ThingIFAPIBuilder.
newBuilder(String, int, List<Action>) - Static method in class com.kii.thingif.trigger.TriggeredCommandForm.Builder
Constructs a TriggeredCommandForm.Builder instance.
newBuilder() - Static method in class com.kii.thingif.trigger.TriggerOptions.Builder
Constructs a TriggerOptions.Builder instance.
newBuilderFromCommand(Command) - Static method in class com.kii.thingif.trigger.TriggeredCommandForm.Builder
Constructs a TriggeredCommandForm.Builder instance.
newHeader() - Method in class com.kii.thingif.gateway.GatewayAPI
 
newSchemaBuilder(String, String, int, Class<? extends TargetState>) - Static method in class com.kii.thingif.schema.SchemaBuilder
Instantiate new SchemaBuilder.
NotEquals - Class in com.kii.thingif.trigger.clause
 
NotEquals(Equals) - Constructor for class com.kii.thingif.trigger.clause.NotEquals
 
NotEquals(Parcel) - Constructor for class com.kii.thingif.trigger.clause.NotEquals
 
NotFoundException - Exception in com.kii.thingif.exception
Exception indicating a resource requested by a SDK was not found on the server.
NotFoundException(String, JSONObject) - Constructor for exception com.kii.thingif.exception.NotFoundException
 
notifyOnboardingCompletion(EndNode) - Method in class com.kii.thingif.gateway.GatewayAPI
Notify Onboarding completion Call this api when the End Node onboarding is done.

O

onboard(String, String, String, JSONObject) - Method in class com.kii.thingif.ThingIFAPI
On board IoT Cloud with the specified vendor thing ID.
onboard(String, String, OnboardWithVendorThingIDOptions) - Method in class com.kii.thingif.ThingIFAPI
On board IoT Cloud with the specified vendor thing ID.
onboard(String, String) - Method in class com.kii.thingif.ThingIFAPI
On board IoT Cloud with the specified thing ID.
onboard(String, String, OnboardWithThingIDOptions) - Method in class com.kii.thingif.ThingIFAPI
On board IoT Cloud with the specified thing ID.
onboarded() - Method in class com.kii.thingif.ThingIFAPI
Checks whether on boarding is done.
onboardEndnodeWithGateway(PendingEndNode, String) - Method in class com.kii.thingif.ThingIFAPI
Endpoints execute onboarding for the thing and merge MQTT channel to the gateway.
onboardEndnodeWithGateway(PendingEndNode, String, OnboardEndnodeWithGatewayOptions) - Method in class com.kii.thingif.ThingIFAPI
Endpoints execute onboarding for the thing and merge MQTT channel to the gateway.
OnboardEndnodeWithGatewayOptions - Class in com.kii.thingif
OnboardEndnodeWithGatewayOptions.Builder - Class in com.kii.thingif
 
onboardGateway() - Method in class com.kii.thingif.gateway.GatewayAPI
Let the Gateway Onboard.
OnboardWithThingIDOptions - Class in com.kii.thingif
OnboardWithThingIDOptions.Builder - Class in com.kii.thingif
 
OnboardWithVendorThingIDOptions - Class in com.kii.thingif
OnboardWithVendorThingIDOptions.Builder - Class in com.kii.thingif
 
Or - Class in com.kii.thingif.trigger.clause
 
Or(Clause...) - Constructor for class com.kii.thingif.trigger.clause.Or
 
Or(Parcel) - Constructor for class com.kii.thingif.trigger.clause.Or
 
Owner - Class in com.kii.thingif
Represents owner of things.
Owner(TypedID, String) - Constructor for class com.kii.thingif.Owner
 
Owner(Parcel) - Constructor for class com.kii.thingif.Owner
 

P

patchTrigger(String, TriggeredCommandForm, Predicate, TriggerOptions) - Method in class com.kii.thingif.ThingIFAPI
Apply patch to registered trigger.
patchTrigger(String, String, int, List<Action>, Predicate) - Method in class com.kii.thingif.ThingIFAPI
Apply Patch to registered Trigger Modify registered Trigger with specified patch.
patchTrigger(String, ServerCode, Predicate, TriggerOptions) - Method in class com.kii.thingif.ThingIFAPI
Apply Patch to registered Trigger Modify registered Trigger with specified patch.
patchTrigger(String, ServerCode, Predicate) - Method in class com.kii.thingif.ThingIFAPI
Apply Patch to registered Trigger Modify registered Trigger with specified patch.
PendingEndNode - Class in com.kii.thingif.gateway
 
PendingEndNode(String) - Constructor for class com.kii.thingif.gateway.PendingEndNode
 
PendingEndNode(String, String) - Constructor for class com.kii.thingif.gateway.PendingEndNode
 
PendingEndNode(String, String, JSONObject) - Constructor for class com.kii.thingif.gateway.PendingEndNode
 
PendingEndNode(Parcel) - Constructor for class com.kii.thingif.gateway.PendingEndNode
 
postNewCommand(String, int, List<Action>) - Method in class com.kii.thingif.ThingIFAPI
Post new command to IoT Cloud.
postNewCommand(CommandForm) - Method in class com.kii.thingif.ThingIFAPI
Post new command to IoT Cloud.
postNewTrigger(String, int, List<Action>, Predicate) - Method in class com.kii.thingif.ThingIFAPI
Post new Trigger with commands to IoT Cloud.
postNewTrigger(TriggeredCommandForm, Predicate, TriggerOptions) - Method in class com.kii.thingif.ThingIFAPI
Post new Trigger with commands to IoT Cloud.
postNewTrigger(ServerCode, Predicate, TriggerOptions) - Method in class com.kii.thingif.ThingIFAPI
Post new Trigger with server code to IoT Cloud.
postNewTrigger(ServerCode, Predicate) - Method in class com.kii.thingif.ThingIFAPI
Post new Trigger with server code to IoT Cloud.
Predicate - Class in com.kii.thingif.trigger
 
Predicate() - Constructor for class com.kii.thingif.trigger.Predicate
 
PushBackend - Enum in com.kii.thingif
Represents backend service of the push notification.

R

Range - Class in com.kii.thingif.trigger.clause
 
Range(String, Long, Boolean, Long, Boolean) - Constructor for class com.kii.thingif.trigger.clause.Range
 
Range(Parcel) - Constructor for class com.kii.thingif.trigger.clause.Range
 
range(String, Number, Boolean, Number, Boolean) - Static method in class com.kii.thingif.trigger.clause.Range
 
removeAllStoredInstances() - Static method in class com.kii.thingif.gateway.GatewayAPI
Clear all saved instances in the SharedPreferences.
removeAllStoredInstances() - Static method in class com.kii.thingif.ThingIFAPI
Clear all saved instances in the SharedPreferences.
removeStoredInstance(String) - Static method in class com.kii.thingif.gateway.GatewayAPI
Remove saved specified instance in the SharedPreferences.
removeStoredInstance(String) - Static method in class com.kii.thingif.ThingIFAPI
Remove saved specified instance in the SharedPreferences.
replaceEndNode(String, String) - Method in class com.kii.thingif.gateway.GatewayAPI
Replace end-node by new vendorThingID for end node thingID.
restore() - Method in class com.kii.thingif.gateway.GatewayAPI
Restore the Gateway.

S

ScheduleOncePredicate - Class in com.kii.thingif.trigger
Class represents ScheduleOncePredicate
ScheduleOncePredicate(long) - Constructor for class com.kii.thingif.trigger.ScheduleOncePredicate
Initialize ScheduleOncePredicate with scheduled date.
ScheduleOncePredicate(Parcel) - Constructor for class com.kii.thingif.trigger.ScheduleOncePredicate
 
SchedulePredicate - Class in com.kii.thingif.trigger
 
SchedulePredicate(String) - Constructor for class com.kii.thingif.trigger.SchedulePredicate
 
SchedulePredicate(Parcel) - Constructor for class com.kii.thingif.trigger.SchedulePredicate
 
Schema - Class in com.kii.thingif.schema
Object represents Schema.
Schema(Parcel) - Constructor for class com.kii.thingif.schema.Schema
 
SchemaBuilder - Class in com.kii.thingif.schema
 
ServerCode - Class in com.kii.thingif.trigger
 
ServerCode(String, String) - Constructor for class com.kii.thingif.trigger.ServerCode
 
ServerCode(String, String, String, JSONObject) - Constructor for class com.kii.thingif.trigger.ServerCode
 
ServerCode(Parcel) - Constructor for class com.kii.thingif.trigger.ServerCode
 
ServerError - Class in com.kii.thingif
 
ServerError(String, String, String) - Constructor for class com.kii.thingif.ServerError
 
ServerError(JSONObject) - Constructor for class com.kii.thingif.ServerError
 
ServerError(Parcel) - Constructor for class com.kii.thingif.ServerError
 
ServiceUnavailableException - Exception in com.kii.thingif.exception
Exception indicating a service is not available.
ServiceUnavailableException(String, JSONObject) - Constructor for exception com.kii.thingif.exception.ServiceUnavailableException
 
setActions(List<Action>) - Method in class com.kii.thingif.trigger.TriggeredCommandForm.Builder
Setter of actions.
setDataGroupingInterval(DataGroupingInterval) - Method in class com.kii.thingif.OnboardEndnodeWithGatewayOptions.Builder
set data grouping interval.
setDataGroupingInterval(DataGroupingInterval) - Method in class com.kii.thingif.OnboardWithThingIDOptions.Builder
set data grouping interval.
setDataGroupingInterval(DataGroupingInterval) - Method in class com.kii.thingif.OnboardWithVendorThingIDOptions.Builder
set data grouping interval.
setDescription(String) - Method in class com.kii.thingif.command.CommandForm
Setter of description
setDescription(String) - Method in class com.kii.thingif.trigger.TriggeredCommandForm.Builder
Setter of description
setDescription(String) - Method in class com.kii.thingif.trigger.TriggerOptions.Builder
Setter of description
setFirmwareVersion(String) - Method in class com.kii.thingif.OnboardWithVendorThingIDOptions.Builder
set firmware version.
setInstallationID(String) - Method in class com.kii.thingif.ThingIFAPIBuilder
Set InstallationID to the ThingIFAPI.
setLayoutPosition(LayoutPosition) - Method in class com.kii.thingif.OnboardWithThingIDOptions.Builder
set layout position.
setLayoutPosition(LayoutPosition) - Method in class com.kii.thingif.OnboardWithVendorThingIDOptions.Builder
set layout position.
setMetadata(JSONObject) - Method in class com.kii.thingif.command.CommandForm
Setter of meta data.
setMetadata(JSONObject) - Method in class com.kii.thingif.trigger.TriggeredCommandForm.Builder
Setter of meta data.
setMetadata(JSONObject) - Method in class com.kii.thingif.trigger.TriggerOptions.Builder
Setter of meta data.
setPort(int) - Method in class com.kii.thingif.KiiApp.Builder
Set port number Optional.
setSchemaName(String) - Method in class com.kii.thingif.trigger.TriggeredCommandForm.Builder
Setter of schema name.
setSchemaVersion(int) - Method in class com.kii.thingif.trigger.TriggeredCommandForm.Builder
Setter of schema version.
setSiteName(String) - Method in class com.kii.thingif.KiiApp.Builder
Set site name.
setTag(String) - Method in class com.kii.thingif.gateway.GatewayAPIBuilder
Set tag to this GatewayAPI instance.
setTag(String) - Method in class com.kii.thingif.ThingIFAPIBuilder
Set tag to this ThingIFAPI instance.
setTarget(Target) - Method in class com.kii.thingif.ThingIFAPIBuilder
Set target thing to the ThingIFAPI.
setTargetID(TypedID) - Method in class com.kii.thingif.trigger.TriggeredCommandForm.Builder
Setter of target thing ID.
setThingProperties(JSONObject) - Method in class com.kii.thingif.OnboardWithVendorThingIDOptions.Builder
set thing proeprties.
setThingType(String) - Method in class com.kii.thingif.OnboardWithVendorThingIDOptions.Builder
set thing type.
setTitle(String) - Method in class com.kii.thingif.command.CommandForm
Setter of title
setTitle(String) - Method in class com.kii.thingif.trigger.TriggeredCommandForm.Builder
Setter of title
setTitle(String) - Method in class com.kii.thingif.trigger.TriggerOptions.Builder
Setter of title
setURLSchema(String) - Method in class com.kii.thingif.KiiApp.Builder
Set schema Optional.
Site - Enum in com.kii.thingif
 
StandaloneThing - Class in com.kii.thingif
 
StandaloneThing(String, String, String) - Constructor for class com.kii.thingif.StandaloneThing
 
StandaloneThing(Parcel) - Constructor for class com.kii.thingif.StandaloneThing
 
StatePredicate - Class in com.kii.thingif.trigger
 
StatePredicate(Condition, TriggersWhen) - Constructor for class com.kii.thingif.trigger.StatePredicate
 
StatePredicate(Parcel) - Constructor for class com.kii.thingif.trigger.StatePredicate
 
statusCode - Variable in exception com.kii.thingif.exception.ThingIFRestException
 
StoredGatewayAPIInstanceNotFoundException - Exception in com.kii.thingif.exception
 
StoredGatewayAPIInstanceNotFoundException(String) - Constructor for exception com.kii.thingif.exception.StoredGatewayAPIInstanceNotFoundException
 
StoredThingIFAPIInstanceNotFoundException - Exception in com.kii.thingif.exception
Exception indicating the instance of ThingIFAPI has not stored in the SharedPreferences.
StoredThingIFAPIInstanceNotFoundException(String) - Constructor for exception com.kii.thingif.exception.StoredThingIFAPIInstanceNotFoundException
 
succeeded - Variable in class com.kii.thingif.command.ActionResult
 
succeeded() - Method in class com.kii.thingif.command.ActionResult
 

T

Target - Interface in com.kii.thingif
 
TargetState - Class in com.kii.thingif
 
TargetState() - Constructor for class com.kii.thingif.TargetState
 
TargetThing - Interface in com.kii.thingif
 
ThingIFAPI - Class in com.kii.thingif
This class operates an IoT device that is specified by ThingIFAPI.onboard(String, String, String, JSONObject) method.
ThingIFAPI(Parcel) - Constructor for class com.kii.thingif.ThingIFAPI
 
ThingIFAPIBuilder - Class in com.kii.thingif
 
ThingIFException - Exception in com.kii.thingif.exception
Thrown when failed to connect IoT Cloud Server.
ThingIFException(String) - Constructor for exception com.kii.thingif.exception.ThingIFException
 
ThingIFException(String, Throwable) - Constructor for exception com.kii.thingif.exception.ThingIFException
 
ThingIFRestException - Exception in com.kii.thingif.exception
Thrown when IoT Cloud Server returned an error.
ThingIFRestException(String, int, JSONObject) - Constructor for exception com.kii.thingif.exception.ThingIFRestException
 
toJSONObject() - Method in class com.kii.thingif.trigger.clause.And
 
toJSONObject() - Method in class com.kii.thingif.trigger.clause.Clause
 
toJSONObject() - Method in class com.kii.thingif.trigger.clause.Equals
 
toJSONObject() - Method in class com.kii.thingif.trigger.clause.NotEquals
 
toJSONObject() - Method in class com.kii.thingif.trigger.clause.Or
 
toJSONObject() - Method in class com.kii.thingif.trigger.clause.Range
 
toString() - Method in class com.kii.thingif.TypedID
 
Trigger - Class in com.kii.thingif.trigger
Represents a trigger that is fired when status of thing changed or it became at the designated time.
Trigger(Predicate, Command) - Constructor for class com.kii.thingif.trigger.Trigger
 
Trigger(Predicate, ServerCode) - Constructor for class com.kii.thingif.trigger.Trigger
 
Trigger(Parcel) - Constructor for class com.kii.thingif.trigger.Trigger
 
TriggeredCommandForm - Class in com.kii.thingif.trigger
Form of a command in trigger request.
TriggeredCommandForm.Builder - Class in com.kii.thingif.trigger
TriggeredCommandForm builder.
TriggeredServerCodeResult - Class in com.kii.thingif.trigger
 
TriggeredServerCodeResult(boolean, Object, long, String, ServerError) - Constructor for class com.kii.thingif.trigger.TriggeredServerCodeResult
 
TriggeredServerCodeResult(Parcel) - Constructor for class com.kii.thingif.trigger.TriggeredServerCodeResult
 
TriggerOptions - Class in com.kii.thingif.trigger
Options of trigger.
TriggerOptions.Builder - Class in com.kii.thingif.trigger
TriggerOptions builder.
TriggersWhat - Enum in com.kii.thingif.trigger
 
TriggersWhen - Enum in com.kii.thingif.trigger
 
TypedID - Class in com.kii.thingif
 
TypedID(TypedID.Types, String) - Constructor for class com.kii.thingif.TypedID
 
TypedID(Parcel) - Constructor for class com.kii.thingif.TypedID
 
TypedID.Types - Enum in com.kii.thingif
 

U

UnauthorizedException - Exception in com.kii.thingif.exception
Exception indicating a requested operation or access to a requested resource is not allowed.
UnauthorizedException(String, JSONObject) - Constructor for exception com.kii.thingif.exception.UnauthorizedException
 
uninstallPush(String) - Method in class com.kii.thingif.ThingIFAPI
Uninstall push notification.
UnsupportedActionException - Exception in com.kii.thingif.exception
Thrown when an unsupported action is detected.
UnsupportedActionException(String, int, String) - Constructor for exception com.kii.thingif.exception.UnsupportedActionException
 
UnsupportedSchemaException - Exception in com.kii.thingif.exception
Thrown when an unsupported schema is detected.
UnsupportedSchemaException(String, int) - Constructor for exception com.kii.thingif.exception.UnsupportedSchemaException
 
updateVendorThingID(String, String) - Method in class com.kii.thingif.ThingIFAPI
Update the Vendor Thing ID of specified Target.

V

valueOf(String) - Static method in enum com.kii.thingif.command.CommandState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kii.thingif.DataGroupingInterval
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kii.thingif.LayoutPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kii.thingif.PushBackend
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kii.thingif.Site
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kii.thingif.trigger.EventSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kii.thingif.trigger.TriggersWhat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kii.thingif.trigger.TriggersWhen
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.kii.thingif.TypedID.Types
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.kii.thingif.command.CommandState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kii.thingif.DataGroupingInterval
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kii.thingif.LayoutPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kii.thingif.PushBackend
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kii.thingif.Site
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kii.thingif.trigger.EventSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kii.thingif.trigger.TriggersWhat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kii.thingif.trigger.TriggersWhen
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.kii.thingif.TypedID.Types
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeToParcel(Parcel, int) - Method in class com.kii.thingif.AbstractThing
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.command.Command
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.command.CommandForm
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.gateway.EndNode
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.gateway.GatewayAPI
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.gateway.PendingEndNode
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.KiiApp
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.Owner
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.schema.Schema
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.ServerError
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.StandaloneThing
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.ThingIFAPI
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.trigger.clause.And
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.trigger.clause.Equals
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.trigger.clause.NotEquals
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.trigger.clause.Or
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.trigger.clause.Range
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.trigger.Condition
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.trigger.ScheduleOncePredicate
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.trigger.SchedulePredicate
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.trigger.ServerCode
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.trigger.StatePredicate
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.trigger.Trigger
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.trigger.TriggeredCommandForm
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.trigger.TriggeredServerCodeResult
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.trigger.TriggerOptions
 
writeToParcel(Parcel, int) - Method in class com.kii.thingif.TypedID
 

_

_newBuilder(KiiApp, Owner) - Static method in class com.kii.thingif.ThingIFAPIBuilder
Instantiate new ThingIFAPIBuilder without Context.
A B C D E F G H I K L M N O P R S T U V W _ 
Skip navigation links

Copyright 2015 Kii Corporation. All rights reserved. (Last updated on 2016-10-13 08:55 UTC)