public static interface Capacity.Builder extends SdkPojo, CopyableBuilder<Capacity.Builder,Capacity>
| Modifier and Type | Method and Description |
|---|---|
Capacity.Builder |
available(Long available)
The amount of capacity available for use on the device.
|
Capacity.Builder |
name(String name)
The name of the type of capacity, such as memory.
|
Capacity.Builder |
total(Long total)
The total capacity on the device.
|
Capacity.Builder |
unit(String unit)
The unit of measure for the type of capacity.
|
Capacity.Builder |
used(Long used)
The amount of capacity used on the device.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCapacity.Builder available(Long available)
The amount of capacity available for use on the device.
available - The amount of capacity available for use on the device.Capacity.Builder name(String name)
The name of the type of capacity, such as memory.
name - The name of the type of capacity, such as memory.Capacity.Builder total(Long total)
The total capacity on the device.
total - The total capacity on the device.Capacity.Builder unit(String unit)
The unit of measure for the type of capacity.
unit - The unit of measure for the type of capacity.Capacity.Builder used(Long used)
The amount of capacity used on the device.
used - The amount of capacity used on the device.Copyright © 2023. All rights reserved.