SendSafely.PackageInformation A class containing information about a package. This class is populated by the SendSafely library and should be considered read only.
Type:
String
Getter/Setter for the packageId. The value is set internally by the API and only the getter should be used by an application.
|
Type:
String
Getter/Setter for the package code. The value is set internally by the API and only the getter should be used by an application.
|
Type:
String
Getter/Setter for the KeyCode. The value is set internally by the API and only the getter should be used by an application.
|
Type:
String
Getter/Setter for the server secret. The value is set internally by the API and only the getter should be used by an application.
|
Type:
bool
Getter/Setter for the needs approver flag. Will be true if the package requires an approver. The value is set internally by the API and only the getter should be used by an application.
|
Type:
List<Recipient>
Getter/Setter for the recipients that has been added to the package. The value is set internally by the API and only the getter should be used by an application.
|
Type:
List<File>
Getter/Setter for the files associated with the package. The value is set internally by the API and only the getter should be used by an application.
|
Type:
List<String>
Getter/Setter for the list of approvers that can approve the package recipients. The value is set internally by the API and only the getter should be used by an application.
|
Type:
int
Getter/Setter for the package life. The value is set internally by the API and only the getter should be used by an application.
|
Type:
int
Getter/Setter for the package Owner.
|
Type:
String
Getter/Setter for the package state. The value is set internally by the API and only the getter should be used by an application.
|
Type:
PackageStatus
Getter/Setter for the package status. The value is set internally by the API and only the getter should be used by an application.
|
Type:
String
Getter/Setter for the package root directory. The value is set internally by the API and only the getter should be used by an application.
|
Type:
String
Getter/Setter for the package descriptor.
|
Type:
Boolean
Getter/Setter for the package workspace flag for workspaces.
|