Package ai.extend.types
Class LegacyListProcessorsResponse.Builder
- java.lang.Object
-
- ai.extend.types.LegacyListProcessorsResponse.Builder
-
- Enclosing class:
- LegacyListProcessorsResponse
public static final class LegacyListProcessorsResponse.Builder extends java.lang.Object
-
-
Method Summary
-
-
-
Method Detail
-
from
public LegacyListProcessorsResponse.Builder from(LegacyListProcessorsResponse other)
-
warning
public LegacyListProcessorsResponse.Builder warning(java.util.Optional<java.lang.String> warning)
Optional warning message
-
warning
public LegacyListProcessorsResponse.Builder warning(java.lang.String warning)
-
warning
public LegacyListProcessorsResponse.Builder warning(Nullable<java.lang.String> warning)
-
processors
public LegacyListProcessorsResponse.Builder processors(java.util.List<LegacyListProcessorsProcessor> processors)
Array of processors
-
addProcessors
public LegacyListProcessorsResponse.Builder addProcessors(LegacyListProcessorsProcessor processors)
-
addAllProcessors
public LegacyListProcessorsResponse.Builder addAllProcessors(java.util.List<LegacyListProcessorsProcessor> processors)
-
nextPageToken
public LegacyListProcessorsResponse.Builder nextPageToken(java.util.Optional<java.lang.String> nextPageToken)
Token for retrieving the next page of results. Will be null if there are no more results.
-
nextPageToken
public LegacyListProcessorsResponse.Builder nextPageToken(java.lang.String nextPageToken)
-
nextPageToken
public LegacyListProcessorsResponse.Builder nextPageToken(Nullable<java.lang.String> nextPageToken)
-
build
public LegacyListProcessorsResponse build()
-
-