Uses of Class
com.cognite.client.dto.DiagramResponse.Annotation.Vertex.Builder
Packages that use DiagramResponse.Annotation.Vertex.Builder
-
Uses of DiagramResponse.Annotation.Vertex.Builder in com.cognite.client.dto
Methods in com.cognite.client.dto that return DiagramResponse.Annotation.Vertex.BuilderModifier and TypeMethodDescriptionDiagramResponse.Annotation.Region.Builder.addVerticesBuilder()repeated .com.cognite.client.dto.DiagramResponse.Annotation.Vertex vertices = 2;DiagramResponse.Annotation.Region.Builder.addVerticesBuilder(int index) repeated .com.cognite.client.dto.DiagramResponse.Annotation.Vertex vertices = 2;DiagramResponse.Annotation.Vertex.Builder.clear()DiagramResponse.Annotation.Vertex.Builder.clearX()double x = 1;DiagramResponse.Annotation.Vertex.Builder.clearY()double y = 2;DiagramResponse.Annotation.Region.Builder.getVerticesBuilder(int index) repeated .com.cognite.client.dto.DiagramResponse.Annotation.Vertex vertices = 2;DiagramResponse.Annotation.Vertex.Builder.mergeFrom(DiagramResponse.Annotation.Vertex other) DiagramResponse.Annotation.Vertex.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DiagramResponse.Annotation.Vertex.Builder.mergeFrom(com.google.protobuf.Message other) DiagramResponse.Annotation.Vertex.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DiagramResponse.Annotation.Vertex.newBuilder()DiagramResponse.Annotation.Vertex.newBuilder(DiagramResponse.Annotation.Vertex prototype) DiagramResponse.Annotation.Vertex.newBuilderForType()DiagramResponse.Annotation.Vertex.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DiagramResponse.Annotation.Vertex.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DiagramResponse.Annotation.Vertex.Builder.setX(double value) double x = 1;DiagramResponse.Annotation.Vertex.Builder.setY(double value) double y = 2;DiagramResponse.Annotation.Vertex.toBuilder()Methods in com.cognite.client.dto that return types with arguments of type DiagramResponse.Annotation.Vertex.BuilderModifier and TypeMethodDescriptionDiagramResponse.Annotation.Region.Builder.getVerticesBuilderList()repeated .com.cognite.client.dto.DiagramResponse.Annotation.Vertex vertices = 2;Methods in com.cognite.client.dto with parameters of type DiagramResponse.Annotation.Vertex.BuilderModifier and TypeMethodDescriptionDiagramResponse.Annotation.Region.Builder.addVertices(int index, DiagramResponse.Annotation.Vertex.Builder builderForValue) repeated .com.cognite.client.dto.DiagramResponse.Annotation.Vertex vertices = 2;DiagramResponse.Annotation.Region.Builder.addVertices(DiagramResponse.Annotation.Vertex.Builder builderForValue) repeated .com.cognite.client.dto.DiagramResponse.Annotation.Vertex vertices = 2;DiagramResponse.Annotation.Region.Builder.setVertices(int index, DiagramResponse.Annotation.Vertex.Builder builderForValue) repeated .com.cognite.client.dto.DiagramResponse.Annotation.Vertex vertices = 2;