Class ConfigureOutputProperty.ConfigureOutputPropertyBuilder
- java.lang.Object
-
- com.github.moaxcp.x11client.protocol.randr.ConfigureOutputProperty.ConfigureOutputPropertyBuilder
-
- Enclosing class:
- ConfigureOutputProperty
public static class ConfigureOutputProperty.ConfigureOutputPropertyBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigureOutputPropertybuild()intgetSize()ConfigureOutputProperty.ConfigureOutputPropertyBuilderoutput(int output)ConfigureOutputProperty.ConfigureOutputPropertyBuilderpending(boolean pending)ConfigureOutputProperty.ConfigureOutputPropertyBuilderproperty(int property)ConfigureOutputProperty.ConfigureOutputPropertyBuilderrange(boolean range)java.lang.StringtoString()ConfigureOutputProperty.ConfigureOutputPropertyBuildervalues(@NonNull java.util.List<java.lang.Integer> values)
-
-
-
Method Detail
-
getSize
public int getSize()
-
output
public ConfigureOutputProperty.ConfigureOutputPropertyBuilder output(int output)
-
property
public ConfigureOutputProperty.ConfigureOutputPropertyBuilder property(int property)
-
pending
public ConfigureOutputProperty.ConfigureOutputPropertyBuilder pending(boolean pending)
-
range
public ConfigureOutputProperty.ConfigureOutputPropertyBuilder range(boolean range)
-
values
public ConfigureOutputProperty.ConfigureOutputPropertyBuilder values(@NonNull @NonNull java.util.List<java.lang.Integer> values)
-
build
public ConfigureOutputProperty build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-