public final class

RequestProto.UnregisterFromDataNotificationsRequest.Builder

extends <any>

implements RequestProto.UnregisterFromDataNotificationsRequestOrBuilder

 java.lang.Object

↳<any>

↳androidx.health.platform.client.proto.RequestProto.UnregisterFromDataNotificationsRequest.Builder

Overview

Protobuf type androidx.health.platform.client.proto.UnregisterFromDataNotificationsRequest

Summary

Methods
public RequestProto.UnregisterFromDataNotificationsRequest.BuilderclearNotificationIntentAction()

optional string notificationIntentAction = 1;

public java.lang.StringgetNotificationIntentAction()

optional string notificationIntentAction = 1;

public com.google.protobuf.ByteStringgetNotificationIntentActionBytes()

optional string notificationIntentAction = 1;

public booleanhasNotificationIntentAction()

optional string notificationIntentAction = 1;

public RequestProto.UnregisterFromDataNotificationsRequest.BuildersetNotificationIntentAction(java.lang.String value)

optional string notificationIntentAction = 1;

public RequestProto.UnregisterFromDataNotificationsRequest.BuildersetNotificationIntentActionBytes(com.google.protobuf.ByteString value)

optional string notificationIntentAction = 1;

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public boolean hasNotificationIntentAction()

optional string notificationIntentAction = 1;

Returns:

Whether the notificationIntentAction field is set.

public java.lang.String getNotificationIntentAction()

optional string notificationIntentAction = 1;

Returns:

The notificationIntentAction.

public com.google.protobuf.ByteString getNotificationIntentActionBytes()

optional string notificationIntentAction = 1;

Returns:

The bytes for notificationIntentAction.

public RequestProto.UnregisterFromDataNotificationsRequest.Builder setNotificationIntentAction(java.lang.String value)

optional string notificationIntentAction = 1;

Parameters:

value: The notificationIntentAction to set.

Returns:

This builder for chaining.

optional string notificationIntentAction = 1;

Returns:

This builder for chaining.

public RequestProto.UnregisterFromDataNotificationsRequest.Builder setNotificationIntentActionBytes(com.google.protobuf.ByteString value)

optional string notificationIntentAction = 1;

Parameters:

value: The bytes for notificationIntentAction to set.

Returns:

This builder for chaining.