Package pbx
Interface Model.AccessModeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Model.AccessMode,Model.AccessMode.Builder
- Enclosing class:
- Model
public static interface Model.AccessModeOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetGiven()Access mode granted to the user by the admincom.google.protobuf.ByteStringgetGivenBytes()Access mode granted to the user by the adminjava.lang.StringgetWant()Access mode requested by the usercom.google.protobuf.ByteStringgetWantBytes()Access mode requested by the user
-
-
-
Method Detail
-
getWant
java.lang.String getWant()
Access mode requested by the user
string want = 1 [json_name = "want"];- Returns:
- The want.
-
getWantBytes
com.google.protobuf.ByteString getWantBytes()
Access mode requested by the user
string want = 1 [json_name = "want"];- Returns:
- The bytes for want.
-
getGiven
java.lang.String getGiven()
Access mode granted to the user by the admin
string given = 2 [json_name = "given"];- Returns:
- The given.
-
getGivenBytes
com.google.protobuf.ByteString getGivenBytes()
Access mode granted to the user by the admin
string given = 2 [json_name = "given"];- Returns:
- The bytes for given.
-
-