Class GetQueryObjectivARB.GetQueryObjectivARBBuilder
- java.lang.Object
-
- com.github.moaxcp.x11client.protocol.glx.GetQueryObjectivARB.GetQueryObjectivARBBuilder
-
- Enclosing class:
- GetQueryObjectivARB
public static class GetQueryObjectivARB.GetQueryObjectivARBBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetQueryObjectivARBbuild()GetQueryObjectivARB.GetQueryObjectivARBBuildercontextTag(int contextTag)intgetSize()GetQueryObjectivARB.GetQueryObjectivARBBuilderid(int id)GetQueryObjectivARB.GetQueryObjectivARBBuilderpname(int pname)java.lang.StringtoString()
-
-
-
Method Detail
-
getSize
public int getSize()
-
contextTag
public GetQueryObjectivARB.GetQueryObjectivARBBuilder contextTag(int contextTag)
-
id
public GetQueryObjectivARB.GetQueryObjectivARBBuilder id(int id)
-
pname
public GetQueryObjectivARB.GetQueryObjectivARBBuilder pname(int pname)
-
build
public GetQueryObjectivARB build()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-