Interface ProcessorVersionCreateRequest.ReleaseTypeStage
-
- All Known Implementing Classes:
ProcessorVersionCreateRequest.Builder
- Enclosing class:
- ProcessorVersionCreateRequest
public static interface ProcessorVersionCreateRequest.ReleaseTypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessorVersionCreateRequest.Builderfrom(ProcessorVersionCreateRequest other)ProcessorVersionCreateRequest._FinalStagereleaseType(ProcessorVersionCreateRequestReleaseType releaseType)The type of release for this version.
-
-
-
Method Detail
-
releaseType
ProcessorVersionCreateRequest._FinalStage releaseType(@NotNull ProcessorVersionCreateRequestReleaseType releaseType)
The type of release for this version. The two options are "major" and "minor", which will increment the version number accordingly.
-
from
ProcessorVersionCreateRequest.Builder from(ProcessorVersionCreateRequest other)
-
-