Package tech.kronicle.sdk.models
Class KeySoftwaresState.KeySoftwaresStateBuilder
- java.lang.Object
-
- tech.kronicle.sdk.models.KeySoftwaresState.KeySoftwaresStateBuilder
-
- Enclosing class:
- KeySoftwaresState
public static class KeySoftwaresState.KeySoftwaresStateBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeySoftwaresStatebuild()KeySoftwaresState.KeySoftwaresStateBuilderkeySoftwares(java.util.List<@Valid KeySoftware> keySoftwares)KeySoftwaresState.KeySoftwaresStateBuilderpluginId(java.lang.String pluginId)java.lang.StringtoString()
-
-
-
Method Detail
-
pluginId
public KeySoftwaresState.KeySoftwaresStateBuilder pluginId(java.lang.String pluginId)
- Returns:
this.
-
keySoftwares
public KeySoftwaresState.KeySoftwaresStateBuilder keySoftwares(java.util.List<@Valid KeySoftware> keySoftwares)
- Returns:
this.
-
build
public KeySoftwaresState build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-