Interface EndpointAttributes.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EndpointAttributes.Builder,EndpointAttributes>, SdkBuilder<EndpointAttributes.Builder,EndpointAttributes>, SdkPojo
Enclosing class:
EndpointAttributes

public static interface EndpointAttributes.Builder extends SdkPojo, CopyableBuilder<EndpointAttributes.Builder,EndpointAttributes>
  • Method Details

    • deviceToken

      EndpointAttributes.Builder deviceToken(String deviceToken)

      The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.

      Parameters:
      deviceToken - The device token for the GCM, APNS, and APNS_SANDBOX endpoint types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • voipDeviceToken

      EndpointAttributes.Builder voipDeviceToken(String voipDeviceToken)

      The VOIP device token for the APNS and APNS_SANDBOX endpoint types.

      Parameters:
      voipDeviceToken - The VOIP device token for the APNS and APNS_SANDBOX endpoint types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.