Interface AppFrameProtoOut.FileDialogEventMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AppFrameProtoOut.FileDialogEventMsgOutProto,AppFrameProtoOut.FileDialogEventMsgOutProto.Builder
- Enclosing class:
- AppFrameProtoOut
public static interface AppFrameProtoOut.FileDialogEventMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAllowDelete()optional bool allowDelete = 4;booleangetAllowDownload()optional bool allowDownload = 2;booleangetAllowUpload()optional bool allowUpload = 3;booleangetCustomDialog()optional bool customDialog = 8;AppFrameProtoOut.FileDialogEventMsgOutProto.FileDialogEventTypeProtogetEventType()required .appFrameProtoOut.FileDialogEventMsgOutProto.FileDialogEventTypeProto eventType = 1;java.lang.StringgetFilter()optional string filter = 5;com.google.protobuf.ByteStringgetFilterBytes()optional string filter = 5;booleangetIsMultiSelection()optional bool isMultiSelection = 6;java.lang.StringgetSelection()optional string selection = 7;com.google.protobuf.ByteStringgetSelectionBytes()optional string selection = 7;booleanhasAllowDelete()optional bool allowDelete = 4;booleanhasAllowDownload()optional bool allowDownload = 2;booleanhasAllowUpload()optional bool allowUpload = 3;booleanhasCustomDialog()optional bool customDialog = 8;booleanhasEventType()required .appFrameProtoOut.FileDialogEventMsgOutProto.FileDialogEventTypeProto eventType = 1;booleanhasFilter()optional string filter = 5;booleanhasIsMultiSelection()optional bool isMultiSelection = 6;booleanhasSelection()optional string selection = 7;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasEventType
boolean hasEventType()
required .appFrameProtoOut.FileDialogEventMsgOutProto.FileDialogEventTypeProto eventType = 1;
-
getEventType
AppFrameProtoOut.FileDialogEventMsgOutProto.FileDialogEventTypeProto getEventType()
required .appFrameProtoOut.FileDialogEventMsgOutProto.FileDialogEventTypeProto eventType = 1;
-
hasAllowDownload
boolean hasAllowDownload()
optional bool allowDownload = 2;
-
getAllowDownload
boolean getAllowDownload()
optional bool allowDownload = 2;
-
hasAllowUpload
boolean hasAllowUpload()
optional bool allowUpload = 3;
-
getAllowUpload
boolean getAllowUpload()
optional bool allowUpload = 3;
-
hasAllowDelete
boolean hasAllowDelete()
optional bool allowDelete = 4;
-
getAllowDelete
boolean getAllowDelete()
optional bool allowDelete = 4;
-
hasFilter
boolean hasFilter()
optional string filter = 5;
-
getFilter
java.lang.String getFilter()
optional string filter = 5;
-
getFilterBytes
com.google.protobuf.ByteString getFilterBytes()
optional string filter = 5;
-
hasIsMultiSelection
boolean hasIsMultiSelection()
optional bool isMultiSelection = 6;
-
getIsMultiSelection
boolean getIsMultiSelection()
optional bool isMultiSelection = 6;
-
hasSelection
boolean hasSelection()
optional string selection = 7;
-
getSelection
java.lang.String getSelection()
optional string selection = 7;
-
getSelectionBytes
com.google.protobuf.ByteString getSelectionBytes()
optional string selection = 7;
-
hasCustomDialog
boolean hasCustomDialog()
optional bool customDialog = 8;
-
getCustomDialog
boolean getCustomDialog()
optional bool customDialog = 8;
-
-