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