Uses of Class
com.foxinmy.weixin4j.mp.model.shakearound.Device

Packages that use Device
com.foxinmy.weixin4j.mp.api   
com.foxinmy.weixin4j.mp.model.shakearound   
 

Uses of Device in com.foxinmy.weixin4j.mp.api
 

Methods in com.foxinmy.weixin4j.mp.api that return types with arguments of type Device
 Pagedata<Device> ShakeAroundApi.deviceSearchDevices(int pageSize)
          查询已有的设备ID、UUID、Major、Minor、激活状态、备注信息、关联门店、关联页面等信息。 按照分页信息查询设备
 Pagedata<Device> ShakeAroundApi.deviceSearchDevices(int lastDeviceId, int pageSize)
          查询已有的设备ID、UUID、Major、Minor、激活状态、备注信息、关联门店、关联页面等信息 根据上次查询的最后的设备编号按照分页查询
 List<Device> ShakeAroundApi.deviceSearchDevices(List<Device> device)
          查询已有的设备ID、UUID、Major、Minor、激活状态、备注信息、关联门店、关联页面等信息。 查询指定设备的信息
 List<Device> ShakeAroundApi.deviceSearchDevicesByApplyId(Integer applyId)
          查询已有的设备ID、UUID、Major、Minor、激活状态、备注信息、关联门店、关联页面等信息 查询 设备Id 下的所有的设备
 Pagedata<Device> ShakeAroundApi.deviceSearchDevicesByApplyId(Integer applyId, int pageSize)
          查询已有的设备ID、UUID、Major、Minor、激活状态、备注信息、关联门店、关联页面等信息 分页获取设备id下的前多少设备
 Pagedata<Device> ShakeAroundApi.deviceSearchDevicesByApplyId(Integer applyId, int lastDeviceId, int pageSize)
          查询已有的设备ID、UUID、Major、Minor、激活状态、备注信息、关联门店、关联页面等信息 分页获取设备id下的根据上次查询的最后的设备编号前多少设备
 

Methods in com.foxinmy.weixin4j.mp.api with parameters of type Device
 ApiResult ShakeAroundApi.deviceUpdateComment(Device device, String comment)
          编辑设备的备注信息。可用设备ID或完整的UUID、Major、Minor指定设备,二者选其一。
 

Method parameters in com.foxinmy.weixin4j.mp.api with type arguments of type Device
 List<Device> ShakeAroundApi.deviceSearchDevices(List<Device> device)
          查询已有的设备ID、UUID、Major、Minor、激活状态、备注信息、关联门店、关联页面等信息。 查询指定设备的信息
 

Uses of Device in com.foxinmy.weixin4j.mp.model.shakearound
 

Methods in com.foxinmy.weixin4j.mp.model.shakearound that return Device
 Device ShakeUserInfo.getDevice()
           
 

Methods in com.foxinmy.weixin4j.mp.model.shakearound with parameters of type Device
 void ShakeUserInfo.setDevice(Device device)
           
 



Copyright © 2014–2017. All rights reserved.