| Package | Description |
|---|---|
| com.sforce.soap.tooling | |
| com.sforce.soap.tooling.metadata |
| Modifier and Type | Method and Description |
|---|---|
static SharingModel |
SharingModel.fromValue(String v) |
static SharingModel |
SharingModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharingModel[] |
SharingModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected SharingModel |
CustomObject.externalSharingModel |
protected SharingModel |
CustomObject.sharingModel |
| Modifier and Type | Method and Description |
|---|---|
SharingModel |
CustomObject.getExternalSharingModel()
Gets the value of the externalSharingModel property.
|
SharingModel |
CustomObject.getSharingModel()
Gets the value of the sharingModel property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomObject.setExternalSharingModel(SharingModel value)
Sets the value of the externalSharingModel property.
|
void |
CustomObject.setSharingModel(SharingModel value)
Sets the value of the sharingModel property.
|
Copyright © 2016. All rights reserved.