Uses of Class
ai.promoted.proto.delivery.PagingInfo
-
Packages that use PagingInfo Package Description ai.promoted.proto.delivery -
-
Uses of PagingInfo in ai.promoted.proto.delivery
Methods in ai.promoted.proto.delivery that return PagingInfo Modifier and Type Method Description PagingInfoPagingInfo.Builder. build()PagingInfoPagingInfo.Builder. buildPartial()static PagingInfoPagingInfo. getDefaultInstance()PagingInfoPagingInfo.Builder. getDefaultInstanceForType()PagingInfoPagingInfo. getDefaultInstanceForType()PagingInfoResponse.Builder. getPagingInfo().delivery.PagingInfo paging_info = 3 [json_name = "pagingInfo"];PagingInfoResponse. getPagingInfo().delivery.PagingInfo paging_info = 3 [json_name = "pagingInfo"];PagingInfoResponseOrBuilder. getPagingInfo().delivery.PagingInfo paging_info = 3 [json_name = "pagingInfo"];static PagingInfoPagingInfo. parseDelimitedFrom(InputStream input)static PagingInfoPagingInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PagingInfoPagingInfo. parseFrom(byte[] data)static PagingInfoPagingInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PagingInfoPagingInfo. parseFrom(com.google.protobuf.ByteString data)static PagingInfoPagingInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PagingInfoPagingInfo. parseFrom(com.google.protobuf.CodedInputStream input)static PagingInfoPagingInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PagingInfoPagingInfo. parseFrom(InputStream input)static PagingInfoPagingInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PagingInfoPagingInfo. parseFrom(ByteBuffer data)static PagingInfoPagingInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in ai.promoted.proto.delivery that return types with arguments of type PagingInfo Modifier and Type Method Description com.google.protobuf.Parser<PagingInfo>PagingInfo. getParserForType()static com.google.protobuf.Parser<PagingInfo>PagingInfo. parser()Methods in ai.promoted.proto.delivery with parameters of type PagingInfo Modifier and Type Method Description PagingInfo.BuilderPagingInfo.Builder. mergeFrom(PagingInfo other)Response.BuilderResponse.Builder. mergePagingInfo(PagingInfo value).delivery.PagingInfo paging_info = 3 [json_name = "pagingInfo"];static PagingInfo.BuilderPagingInfo. newBuilder(PagingInfo prototype)Response.BuilderResponse.Builder. setPagingInfo(PagingInfo value).delivery.PagingInfo paging_info = 3 [json_name = "pagingInfo"];
-