Package ai.extend.types
Interface CreatedByApiKey.NameStage
-
- All Known Implementing Classes:
CreatedByApiKey.Builder
- Enclosing class:
- CreatedByApiKey
public static interface CreatedByApiKey.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatedByApiKey.Builderfrom(CreatedByApiKey other)CreatedByApiKey._FinalStagename(java.lang.String name)The name of the API key that created the resource.
-
-
-
Method Detail
-
name
CreatedByApiKey._FinalStage name(@NotNull java.lang.String name)
The name of the API key that created the resource.
-
from
CreatedByApiKey.Builder from(CreatedByApiKey other)
-
-