|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VisibilityType in com.google.code.linkedinapi.client |
---|
Methods in com.google.code.linkedinapi.client with parameters of type VisibilityType | |
---|---|
void |
LinkedInApiClient.postShare(java.lang.String commentText,
java.lang.String title,
java.lang.String url,
java.lang.String imageUrl,
VisibilityType visibility)
Post share. |
void |
LinkedInApiClient.postShare(java.lang.String commentText,
java.lang.String title,
java.lang.String url,
java.lang.String imageUrl,
VisibilityType visibility,
boolean postToTwitter)
Post share. |
void |
LinkedInApiClient.reShare(java.lang.String shareId,
java.lang.String commentText,
VisibilityType visibility)
Re-share. |
Uses of VisibilityType in com.google.code.linkedinapi.client.impl |
---|
Methods in com.google.code.linkedinapi.client.impl with parameters of type VisibilityType | |
---|---|
void |
BaseLinkedInApiClient.postShare(java.lang.String commentText,
java.lang.String title,
java.lang.String url,
java.lang.String imageUrl,
VisibilityType visibility)
|
void |
BaseLinkedInApiClient.postShare(java.lang.String commentText,
java.lang.String title,
java.lang.String url,
java.lang.String imageUrl,
VisibilityType visibilityType,
boolean postToTwitter)
|
void |
BaseLinkedInApiClient.reShare(java.lang.String shareId,
java.lang.String commentText,
VisibilityType visibilityType)
|
Uses of VisibilityType in com.google.code.linkedinapi.schema |
---|
Methods in com.google.code.linkedinapi.schema that return VisibilityType | |
---|---|
static VisibilityType |
VisibilityType.fromValue(java.lang.String v)
|
VisibilityType |
Visibility.getCode()
Gets the value of the code property. |
static VisibilityType |
VisibilityType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static VisibilityType[] |
VisibilityType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.google.code.linkedinapi.schema with parameters of type VisibilityType | |
---|---|
void |
Visibility.setCode(VisibilityType value)
Sets the value of the code property. |
Uses of VisibilityType in com.google.code.linkedinapi.schema.impl |
---|
Fields in com.google.code.linkedinapi.schema.impl declared as VisibilityType | |
---|---|
protected VisibilityType |
VisibilityImpl.code
|
Methods in com.google.code.linkedinapi.schema.impl that return VisibilityType | |
---|---|
VisibilityType |
VisibilityImpl.getCode()
|
Methods in com.google.code.linkedinapi.schema.impl with parameters of type VisibilityType | |
---|---|
void |
VisibilityImpl.setCode(VisibilityType value)
|
Uses of VisibilityType in com.google.code.linkedinapi.schema.xpp |
---|
Fields in com.google.code.linkedinapi.schema.xpp declared as VisibilityType | |
---|---|
protected VisibilityType |
VisibilityImpl.code
|
Methods in com.google.code.linkedinapi.schema.xpp that return VisibilityType | |
---|---|
VisibilityType |
VisibilityImpl.getCode()
|
Methods in com.google.code.linkedinapi.schema.xpp with parameters of type VisibilityType | |
---|---|
void |
VisibilityImpl.setCode(VisibilityType value)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |