CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.Builder.addAllApplications(Iterable<? extends CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication> values)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdApplication applications = 1;
|
CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.Builder.addApplications(CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder builderForValue)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdApplication applications = 1;
|
CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.Builder.addApplications(CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication value)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdApplication applications = 1;
|
CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.Builder.addApplications(int index,
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder builderForValue)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdApplication applications = 1;
|
CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.Builder.addApplications(int index,
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication value)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdApplication applications = 1;
|
CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.Builder.clear() |
CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.Builder.clearApplications()
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdApplication applications = 1;
|
CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.Builder.clone() |
CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.Builder.mergeFrom(CrowdCaches.ApplicationCacheData other) |
CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.Builder.mergeFrom(com.google.protobuf.Message other) |
static CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.newBuilder() |
static CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.newBuilder(CrowdCaches.ApplicationCacheData prototype) |
CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.newBuilderForType() |
protected CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.Builder.removeApplications(int index)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdApplication applications = 1;
|
CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.Builder.setApplications(int index,
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication.Builder builderForValue)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdApplication applications = 1;
|
CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.Builder.setApplications(int index,
CrowdCaches.ApplicationCacheData.ProtobufCrowdApplication value)
repeated .com.atlassian.confluence.impl.protobuf.crowd.ApplicationCacheData.ProtobufCrowdApplication applications = 1;
|
CrowdCaches.ApplicationCacheData.Builder |
CrowdCaches.ApplicationCacheData.toBuilder() |