Class QueryClientResources.QueryClientResourcesBuilder
- java.lang.Object
-
- com.github.moaxcp.x11client.protocol.res.QueryClientResources.QueryClientResourcesBuilder
-
- Enclosing class:
- QueryClientResources
public static class QueryClientResources.QueryClientResourcesBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryClientResourcesbuild()intgetSize()java.lang.StringtoString()QueryClientResources.QueryClientResourcesBuilderxid(int xid)
-
-
-
Method Detail
-
getSize
public int getSize()
-
xid
public QueryClientResources.QueryClientResourcesBuilder xid(int xid)
-
build
public QueryClientResources build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-