Uses of Class
odata.msgraph.client.enums.TeamsAppPublishingState
-
Packages that use TeamsAppPublishingState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of TeamsAppPublishingState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as TeamsAppPublishingState Modifier and Type Field Description protected TeamsAppPublishingStateTeamsAppDefinition. publishingStateMethods in odata.msgraph.client.entity that return types with arguments of type TeamsAppPublishingState Modifier and Type Method Description Optional<TeamsAppPublishingState>TeamsAppDefinition. getPublishingState()Methods in odata.msgraph.client.entity with parameters of type TeamsAppPublishingState Modifier and Type Method Description TeamsAppDefinition.BuilderTeamsAppDefinition.Builder. publishingState(TeamsAppPublishingState publishingState)TeamsAppDefinitionTeamsAppDefinition. withPublishingState(TeamsAppPublishingState publishingState) -
Uses of TeamsAppPublishingState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return TeamsAppPublishingState Modifier and Type Method Description static TeamsAppPublishingStateTeamsAppPublishingState. valueOf(String name)Returns the enum constant of this type with the specified name.static TeamsAppPublishingState[]TeamsAppPublishingState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-