Package com.chrt.api.types
Class ProviderConnectionRes.Builder
- java.lang.Object
-
- com.chrt.api.types.ProviderConnectionRes.Builder
-
- All Implemented Interfaces:
ProviderConnectionRes._FinalStage,ProviderConnectionRes.ConnectedStage,ProviderConnectionRes.ProviderOrgInfoForConnectionsStage
- Enclosing class:
- ProviderConnectionRes
public static final class ProviderConnectionRes.Builder extends java.lang.Object implements ProviderConnectionRes.ProviderOrgInfoForConnectionsStage, ProviderConnectionRes.ConnectedStage, ProviderConnectionRes._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProviderConnectionResbuild()ProviderConnectionRes._FinalStageconnected(boolean connected)ProviderConnectionRes.Builderfrom(ProviderConnectionRes other)ProviderConnectionRes.ConnectedStageproviderOrgInfoForConnections(ProviderOrgInfoForConnections1 providerOrgInfoForConnections)
-
-
-
Method Detail
-
from
public ProviderConnectionRes.Builder from(ProviderConnectionRes other)
- Specified by:
fromin interfaceProviderConnectionRes.ProviderOrgInfoForConnectionsStage
-
providerOrgInfoForConnections
public ProviderConnectionRes.ConnectedStage providerOrgInfoForConnections(@NotNull ProviderOrgInfoForConnections1 providerOrgInfoForConnections)
- Specified by:
providerOrgInfoForConnectionsin interfaceProviderConnectionRes.ProviderOrgInfoForConnectionsStage
-
connected
public ProviderConnectionRes._FinalStage connected(boolean connected)
- Specified by:
connectedin interfaceProviderConnectionRes.ConnectedStage
-
build
public ProviderConnectionRes build()
- Specified by:
buildin interfaceProviderConnectionRes._FinalStage
-
-