Interface RegisterResponse.RegisterResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
RegisterResponse.RegisterResponseData,RegisterResponse.RegisterResponseData.Builder
- Enclosing class:
- RegisterResponse
public static interface RegisterResponse.RegisterResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BranchCredentialsgetAttributes().streamlayer.sdkSettings.organization.branch.BranchCredentials attributes = 1 [json_name = "attributes"];booleanhasAttributes().streamlayer.sdkSettings.organization.branch.BranchCredentials attributes = 1 [json_name = "attributes"];
-
-
-
Method Detail
-
hasAttributes
boolean hasAttributes()
.streamlayer.sdkSettings.organization.branch.BranchCredentials attributes = 1 [json_name = "attributes"];- Returns:
- Whether the attributes field is set.
-
getAttributes
BranchCredentials getAttributes()
.streamlayer.sdkSettings.organization.branch.BranchCredentials attributes = 1 [json_name = "attributes"];- Returns:
- The attributes.
-
-