Versions in this module Expand all Collapse all v1 v1.1.2 Feb 28, 2021 v1.1.0 Feb 28, 2021 Changes in this version + type Service struct + AccessTokenService *service.AccessTokenService + func NewService(serviceClient *utils.ServiceClient, endpoint *config.Endpoint, ...) *Service + func (o *Service) Bake(fileId int64, config map[string]string) (*response.DataBagBean, error) + func (o *Service) DefaultBake(fileId int64) (*response.DataBagBean, error) + func (o *Service) DeleteElementProperties(fileId int64, elementId string, properties []*common.PropertyGroup) (string, error) + func (o *Service) GetArea(fileId int64, areaId string) (*response.AreaBean, error) + func (o *Service) GetAreas(fileId int64) ([]*response.AreaBean, error) + func (o *Service) GetBakeDataBag(fileId int64) ([]*response.DataBagBean, error) + func (o *Service) GetDetails(queryRequest *request.TranslateQueryRequest) (*response.FileTranslateDetailBeanPageList, error) + func (o *Service) GetElementCommonProperties(fileId int64, elementIds []string, includeOverrides bool) (*response.PropertyBean, error) + func (o *Service) GetElementIds(fileId int64, floor, specialty, categoryId, family, familyType string) ([]string, error) + func (o *Service) GetElementIdsWithParams(fileId int64, params req.QueryParam) ([]string, error) + func (o *Service) GetElementMaterials(fileId int64, elementId string) ([]*response.MaterialBean, error) + func (o *Service) GetElementProperties(fileId int64, elementId string, includeOverrides bool) (*response.PropertyBean, error) + func (o *Service) GetElementTree(fileId int64, treeType string, treeRequest *request.FileTreeRequest) ([]*response.ElementNodeBean, error) + func (o *Service) GetElementsProperties(fileId int64, filterRequest *request.PropertyFilterRequest, ...) ([]*response.PropertyBean, error) + func (o *Service) GetFilesFloors(fileIds []int64) (*response.FloorsBean, error) + func (o *Service) GetFloors(fileId int64) ([]*response.FloorBean, error) + func (o *Service) GetLinks(fileId int64) ([]*response.LinkBean, error) + func (o *Service) GetMEPSystem(fileId int64) (*response.MEPSysBean, error) + func (o *Service) GetRoom(fileId int64, roomId string) (*response.RoomBean, error) + func (o *Service) GetStatus(fileId int64) (*response.FileTranslateBean, error) + func (o *Service) SetElementProperties(fileId int64, elementId string, properties []*common.PropertyGroup) (string, error) + func (o *Service) Translate(transRequest *request.FileTranslateRequest) (*response.FileTranslateBean, error)