public static class UsageStatusItem.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UsageStatusItem |
build() |
UsageStatusItem.Builder |
copy(UsageStatusItem model) |
UsageStatusItem.Builder |
currentUsage(Long currentUsage)
The current usage of the field.
|
UsageStatusItem.Builder |
dataType(String dataType)
The field data type.
|
UsageStatusItem.Builder |
isMultiValued(Boolean isMultiValued)
A flag indicating whether or not the field is multi-valued.
|
UsageStatusItem.Builder |
maxAvailable(Integer maxAvailable)
The maximum availability of the field.
|
public UsageStatusItem.Builder dataType(String dataType)
The field data type.
dataType
- the value to setpublic UsageStatusItem.Builder isMultiValued(Boolean isMultiValued)
A flag indicating whether or not the field is multi-valued.
isMultiValued
- the value to setpublic UsageStatusItem.Builder currentUsage(Long currentUsage)
The current usage of the field.
currentUsage
- the value to setpublic UsageStatusItem.Builder maxAvailable(Integer maxAvailable)
The maximum availability of the field.
maxAvailable
- the value to setpublic UsageStatusItem build()
public UsageStatusItem.Builder copy(UsageStatusItem model)
Copyright © 2016–2024. All rights reserved.