java.lang.Object
net.foxgenesis.watame.property.GuildPropertyProvider
- All Implemented Interfaces:
IPropertyProvider<String,net.dv8tion.jda.api.entities.Guild, IGuildPropertyMapping>
@Deprecated(forRemoval=true)
public class GuildPropertyProvider
extends Object
implements IPropertyProvider<String,net.dv8tion.jda.api.entities.Guild,IGuildPropertyMapping>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionGuildPropertyProvider(IGuildDataProvider database) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.IPropertyField<String,net.dv8tion.jda.api.entities.Guild, IGuildPropertyMapping> getProperty(String key) Deprecated, for removal: This API element is subject to removal in a future version.Get a property field associated with a specified key.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.booleanisPropertyPresent(String key) Deprecated, for removal: This API element is subject to removal in a future version.Check if the property associated with the specified key has already been constructed.toString()Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
GuildPropertyProvider
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getProperty
public IPropertyField<String,net.dv8tion.jda.api.entities.Guild, getPropertyIGuildPropertyMapping> (@Nonnull String key) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:IPropertyProviderGet a property field associated with a specified key.- Specified by:
getPropertyin interfaceIPropertyProvider<String,net.dv8tion.jda.api.entities.Guild, IGuildPropertyMapping> - Parameters:
key- - the property's key- Returns:
- Returns an
IPropertyFieldpointing to the specified key
-
isPropertyPresent
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:IPropertyProviderCheck if the property associated with the specified key has already been constructed.- Specified by:
isPropertyPresentin interfaceIPropertyProvider<String,net.dv8tion.jda.api.entities.Guild, IGuildPropertyMapping> - Parameters:
key- - the property's key- Returns:
- Returns
trueif the property's key has already been registered/constructed.
-
toString
Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
equals
Deprecated, for removal: This API element is subject to removal in a future version.
-