Package com.chrt.api.types
Interface OrgInfoResponse.IdStage
-
- All Known Implementing Classes:
OrgInfoResponse.Builder
- Enclosing class:
- OrgInfoResponse
public static interface OrgInfoResponse.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrgInfoResponse.Builderfrom(OrgInfoResponse other)OrgInfoResponse.NameStageid(java.lang.String id)Must be a string starting withorg_
-
-
-
Method Detail
-
id
OrgInfoResponse.NameStage id(@NotNull java.lang.String id)
Must be a string starting with
org_
-
from
OrgInfoResponse.Builder from(OrgInfoResponse other)
-
-