Uses of Class
com.databricks.sdk.service.workspace.ObjectInfo
-
Packages that use ObjectInfo Package Description com.databricks.sdk.service.workspace -
-
Uses of ObjectInfo in com.databricks.sdk.service.workspace
Methods in com.databricks.sdk.service.workspace that return ObjectInfo Modifier and Type Method Description ObjectInfoWorkspaceAPI. getStatus(GetStatusRequest request)Get status.ObjectInfoWorkspaceAPI. getStatus(String path)ObjectInfoWorkspaceService. getStatus(GetStatusRequest getStatusRequest)Get status.ObjectInfoObjectInfo. setCreatedAt(Long createdAt)ObjectInfoObjectInfo. setLanguage(Language language)ObjectInfoObjectInfo. setModifiedAt(Long modifiedAt)ObjectInfoObjectInfo. setObjectId(Long objectId)ObjectInfoObjectInfo. setObjectType(ObjectType objectType)ObjectInfoObjectInfo. setPath(String path)ObjectInfoObjectInfo. setSize(Long size)Methods in com.databricks.sdk.service.workspace that return types with arguments of type ObjectInfo Modifier and Type Method Description Collection<ObjectInfo>ListResponse. getObjects()Iterable<ObjectInfo>WorkspaceAPI. list(ListWorkspaceRequest request)List contents.Iterable<ObjectInfo>WorkspaceAPI. list(String path)Method parameters in com.databricks.sdk.service.workspace with type arguments of type ObjectInfo Modifier and Type Method Description ListResponseListResponse. setObjects(Collection<ObjectInfo> objects)
-