public class Auth extends Object
| Constructor and Description |
|---|
Auth() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getPlay()
Returns true if authentication is required before play
|
Boolean |
getPush()
Returns true if authentication is required before push.
|
void |
setPlay(Boolean play)
Sets to true if authentication is required before play
|
void |
setPush(Boolean push)
Sets to true if authentication is required before push
|
String |
toString() |
Auth |
withPlay(Boolean play)
Sets to true if authentication is required before play
|
Auth |
withPush(Boolean push)
Sets to true if authentication is required before push
|
public Boolean getPush()
public void setPush(Boolean push)
push - true if authentication is required before pushpublic Auth withPush(Boolean push)
push - true if authentication is required before pushpublic Boolean getPlay()
public void setPlay(Boolean play)
play - true if authentication is required before playpublic Auth withPlay(Boolean play)
play - true if authentication is required before playCopyright © 2020. All rights reserved.