public static interface NetworkInterfacePermissionState.Builder extends SdkPojo, CopyableBuilder<NetworkInterfacePermissionState.Builder,NetworkInterfacePermissionState>
Modifier and Type | Method and Description |
---|---|
NetworkInterfacePermissionState.Builder |
state(NetworkInterfacePermissionStateCode state)
The state of the permission.
|
NetworkInterfacePermissionState.Builder |
state(String state)
The state of the permission.
|
NetworkInterfacePermissionState.Builder |
statusMessage(String statusMessage)
A status message, if applicable.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NetworkInterfacePermissionState.Builder state(String state)
The state of the permission.
state
- The state of the permission.NetworkInterfacePermissionStateCode
,
NetworkInterfacePermissionStateCode
NetworkInterfacePermissionState.Builder state(NetworkInterfacePermissionStateCode state)
The state of the permission.
state
- The state of the permission.NetworkInterfacePermissionStateCode
,
NetworkInterfacePermissionStateCode
NetworkInterfacePermissionState.Builder statusMessage(String statusMessage)
A status message, if applicable.
statusMessage
- A status message, if applicable.Copyright © 2023. All rights reserved.