Uses of Class
co.yellowdog.platform.model.ObjectDetail.Builder
Packages that use ObjectDetail.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of ObjectDetail.Builder in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return ObjectDetail.BuilderModifier and TypeMethodDescriptionstatic ObjectDetail.Builder
ObjectDetail.builder()
ObjectDetail.Builder.lastModified
(Instant lastModified) When the object was last modified.The user allocated namespace used to group objects together.ObjectDetail.Builder.objectName
(String objectName) The object name which may contain path seperators '/'.ObjectDetail.Builder.objectSize
(Long objectSize) The object size in bytes.