Package ai.extend.types
Interface LegacyListProcessorsResponse.SuccessStage
-
- All Known Implementing Classes:
LegacyListProcessorsResponse.Builder
- Enclosing class:
- LegacyListProcessorsResponse
public static interface LegacyListProcessorsResponse.SuccessStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LegacyListProcessorsResponse.Builderfrom(LegacyListProcessorsResponse other)LegacyListProcessorsResponse._FinalStagesuccess(boolean success)Indicates the request was successful
-
-
-
Method Detail
-
success
LegacyListProcessorsResponse._FinalStage success(boolean success)
Indicates the request was successful
-
from
LegacyListProcessorsResponse.Builder from(LegacyListProcessorsResponse other)
-
-