Package com.chrt.api.types
Class CreateCustomerPortalSessionRes.Builder
- java.lang.Object
-
- com.chrt.api.types.CreateCustomerPortalSessionRes.Builder
-
- All Implemented Interfaces:
CreateCustomerPortalSessionRes._FinalStage,CreateCustomerPortalSessionRes.UrlStage
- Enclosing class:
- CreateCustomerPortalSessionRes
public static final class CreateCustomerPortalSessionRes.Builder extends java.lang.Object implements CreateCustomerPortalSessionRes.UrlStage, CreateCustomerPortalSessionRes._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateCustomerPortalSessionResbuild()CreateCustomerPortalSessionRes.Builderfrom(CreateCustomerPortalSessionRes other)CreateCustomerPortalSessionRes._FinalStageurl(java.lang.String url)
-
-
-
Method Detail
-
from
public CreateCustomerPortalSessionRes.Builder from(CreateCustomerPortalSessionRes other)
- Specified by:
fromin interfaceCreateCustomerPortalSessionRes.UrlStage
-
url
public CreateCustomerPortalSessionRes._FinalStage url(@NotNull java.lang.String url)
- Specified by:
urlin interfaceCreateCustomerPortalSessionRes.UrlStage
-
build
public CreateCustomerPortalSessionRes build()
- Specified by:
buildin interfaceCreateCustomerPortalSessionRes._FinalStage
-
-