public class

PrivateShareRequestImpl

extends BoxRequestImpl
implements PrivateShareRequest
java.lang.Object
   ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
     ↳ cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.PrivateShareRequestImpl

Summary

Fields
private String authToken auth token.
private String[] emails email array.
private String message message you want to send to these emails.
private boolean nofity true means send email.
private String target target, could be 'file' or 'folder'.
private String targetId target id, could be file id or folder id.
[Expand]
Inherited Fields
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
Public Constructors
PrivateShareRequestImpl()
Public Methods
String getActionName()
get action name.
String getAuthToken()
String[] getEmails()
String getMessage()
String getTarget()
String getTargetId()
boolean isNofity()
void setAuthToken(String authToken)
void setEmails(String[] emails)
void setMessage(String message)
void setNofity(boolean nofity)
void setTarget(String target)
void setTargetId(String targetId)
[Expand]
Inherited Methods
From class cn.com.believer.songyuanframework.openapi.storage.box.impl.simple.functions.BoxRequestImpl
From class java.lang.Object
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.BoxRequest
From interface cn.com.believer.songyuanframework.openapi.storage.box.functions.PrivateShareRequest

Fields

private String authToken

auth token.

private String[] emails

email array.

private String message

message you want to send to these emails.

private boolean nofity

true means send email.

private String target

target, could be 'file' or 'folder'.

private String targetId

target id, could be file id or folder id.

Public Constructors

public PrivateShareRequestImpl ()

Public Methods

public String getActionName ()

get action name.

Returns
  • action name

public String getAuthToken ()

Returns
  • the authToken

public String[] getEmails ()

Returns
  • the emails

public String getMessage ()

Returns
  • the message

public String getTarget ()

Returns
  • the target

public String getTargetId ()

Returns
  • the targetId

public boolean isNofity ()

Returns
  • the nofity

public void setAuthToken (String authToken)

Parameters
authToken The authToken to set

public void setEmails (String[] emails)

Parameters
emails The emails to set

public void setMessage (String message)

Parameters
message The message to set

public void setNofity (boolean nofity)

Parameters
nofity The nofity to set

public void setTarget (String target)

Parameters
target The target to set

public void setTargetId (String targetId)

Parameters
targetId The targetId to set