Package com.microsoft.graph.models
Class TeamworkSendActivityNotificationToRecipientsParameterSet
java.lang.Object
com.microsoft.graph.models.TeamworkSendActivityNotificationToRecipientsParameterSet
The class for the Teamwork Send Activity Notification To Recipients Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the TeamworkSendActivityNotificationToRecipientsParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe activity Type.The chain Id.The preview Text.The recipients.The teams App Id.The template Parameters.The topic. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new TeamworkSendActivityNotificationToRecipientsParameterSetprotectedTeamworkSendActivityNotificationToRecipientsParameterSet(TeamworkSendActivityNotificationToRecipientsParameterSet.TeamworkSendActivityNotificationToRecipientsParameterSetBuilder builder) Instiaciates a new TeamworkSendActivityNotificationToRecipientsParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
topic
@SerializedName(value="topic", alternate="Topic") @Expose @Nullable public TeamworkActivityTopic topicThe topic. -
activityType
@SerializedName(value="activityType", alternate="ActivityType") @Expose @Nullable public String activityTypeThe activity Type. -
chainId
The chain Id. -
previewText
@SerializedName(value="previewText", alternate="PreviewText") @Expose @Nullable public ItemBody previewTextThe preview Text. -
teamsAppId
@SerializedName(value="teamsAppId", alternate="TeamsAppId") @Expose @Nullable public String teamsAppIdThe teams App Id. -
templateParameters
@SerializedName(value="templateParameters", alternate="TemplateParameters") @Expose @Nullable public List<KeyValuePair> templateParametersThe template Parameters. -
recipients
@SerializedName(value="recipients", alternate="Recipients") @Expose @Nullable public List<TeamworkNotificationRecipient> recipientsThe recipients.
-
-
Constructor Details
-
TeamworkSendActivityNotificationToRecipientsParameterSet
public TeamworkSendActivityNotificationToRecipientsParameterSet()Instiaciates a new TeamworkSendActivityNotificationToRecipientsParameterSet -
TeamworkSendActivityNotificationToRecipientsParameterSet
protected TeamworkSendActivityNotificationToRecipientsParameterSet(@Nonnull TeamworkSendActivityNotificationToRecipientsParameterSet.TeamworkSendActivityNotificationToRecipientsParameterSetBuilder builder) Instiaciates a new TeamworkSendActivityNotificationToRecipientsParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static TeamworkSendActivityNotificationToRecipientsParameterSet.TeamworkSendActivityNotificationToRecipientsParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-